diff --git a/frontend/src/lib/components/apps/editor/GridEditorMenu.svelte b/frontend/src/lib/components/apps/editor/GridEditorMenu.svelte index b41d5a59ce..a1e76def2b 100644 --- a/frontend/src/lib/components/apps/editor/GridEditorMenu.svelte +++ b/frontend/src/lib/components/apps/editor/GridEditorMenu.svelte @@ -1,13 +1,15 @@ {#key render} -
-
-
-
- {addWhitespaceBeforeCapitals(name)} -
- {#if shouldDisplayLeft} +
+
+ {addWhitespaceBeforeCapitals(name)} +
+
+ {#if shouldDisplayLeft} + - {/if} - {#if shouldDisplayRight} - - {/if} -
- {#if wmClass} - -
- {wmClass} - -
-
+ iconOnly + startIcon={{ icon: MoveLeft }} + on:click={() => dispatch('left')} + /> + {'Copy for this component'} + {/if} + {#if shouldDisplayRight} + +
{#if value} -
+
{#if tooltip}
{tooltip}
{/if} + {#if value.style !== undefined || forceStyle}
-