diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index 2376929bcc..d0eba851f6 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -1351,10 +1351,6 @@ input[type="range"].range-lg::-moz-range-thumb { float: left; } -.-m-4 { - margin: -1rem; -} - .m-0 { margin: 0px; } @@ -2348,6 +2344,10 @@ input[type="range"].range-lg::-moz-range-thumb { flex-grow: 1; } +.grow-0 { + flex-grow: 0; +} + .border-collapse { border-collapse: collapse; } diff --git a/src/UI/BigComponents/VisualFeedbackPanel.svelte b/src/UI/BigComponents/VisualFeedbackPanel.svelte index 134b2135e0..3f1e20abb3 100644 --- a/src/UI/BigComponents/VisualFeedbackPanel.svelte +++ b/src/UI/BigComponents/VisualFeedbackPanel.svelte @@ -1,6 +1,7 @@ @@ -330,12 +331,14 @@ + + + {#if $selectedElement === undefined} @@ -409,8 +413,8 @@ - - + + {#if currentViewLayer?.tagRenderings && currentViewLayer.hasDefaultIcon()} { @@ -446,6 +450,7 @@ {/if} + @@ -454,6 +459,7 @@ +