From b332f3f15fafe0c4781572075a2cf8a9acc3b42e Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Fri, 10 May 2024 21:01:07 +0200 Subject: [PATCH] :wrench: Re-add wip box in menu properties --- src/renderer/editor/properties/properties.scss | 5 +++++ .../editor/properties/templates/properties.hbs | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/src/renderer/editor/properties/properties.scss b/src/renderer/editor/properties/properties.scss index 31b124bd..1d41898a 100644 --- a/src/renderer/editor/properties/properties.scss +++ b/src/renderer/editor/properties/properties.scss @@ -45,6 +45,11 @@ transition: opacity 150ms ease; opacity: 0; + .wip { + border-radius: 10px; + border: 2px dashed rgba(255, 255, 255, 0.5); + } + #kando-menu-properties-icon-picker, #kando-menu-properties-base-settings { position: absolute; diff --git a/src/renderer/editor/properties/templates/properties.hbs b/src/renderer/editor/properties/templates/properties.hbs index e9a88c21..76cf144e 100644 --- a/src/renderer/editor/properties/templates/properties.hbs +++ b/src/renderer/editor/properties/templates/properties.hbs @@ -33,6 +33,18 @@ +
+
+ Here will be more settings. +
+
+ Stay tuned for future updates! +
+
+ +
+
+