diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index d9fe959..d2c9955 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -149,10 +149,11 @@ - +
+ focusedFile?.push(new SelectionClearUndoable())} /> swapTool(toolSelection)} /> @@ -256,6 +257,7 @@ display: flex; flex-direction: column; justify-content: flex-start; + align-items: center; padding-top: 2rem; } .toolsettings { @@ -298,4 +300,11 @@ padding-top: 0; top: -.25rem; } + hr { + width: 50%; + height: 1px; + border: none; + background-color: var(--cds-text-02, #c6c6c6); + margin: 0.5rem 0; + }