diff --git a/.gitignore b/.gitignore index 7b52eb89f..9115bc362 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ WixTools # TEMPORARY: ignore my test instance and metadata theseus_cli/foo + diff --git a/theseus_gui/src/layout/Sidebar.svelte b/theseus_gui/src/layout/Sidebar.svelte index a8353fc34..213ab2fe9 100644 --- a/theseus_gui/src/layout/Sidebar.svelte +++ b/theseus_gui/src/layout/Sidebar.svelte @@ -134,51 +134,46 @@ font-size: 11px; line-height: 100%; } + } - &__container { - max-height: calc(100vh - 400px); - overflow-y: auto; - mask-image: linear-gradient( - to bottom, - transparent, - hsla(0, 0%, 0%, 1) 5% 95%, - transparent - ); - scrollbar-width: none; - padding: 8px 0; - display: flex; - flex-direction: column; - gap: 4px; + &__container { + max-height: calc(100vh - 400px); + overflow-y: auto; + mask-image: linear-gradient(to bottom, transparent, hsla(0, 0%, 0%, 1) 5% 95%, transparent); + scrollbar-width: none; + padding: 8px 0; + display: flex; + flex-direction: column; + gap: 4px; - &::-webkit-scrollbar { - display: none; - } - } - - &__create { - margin-top: 16px; - display: flex; - align-items: center; - grid-gap: 8px; - - :global(button) { - width: 32px; - } + &::-webkit-scrollbar { + display: none; } } - > :global(*) { - margin-bottom: 24px; - } + &__create { + margin-top: 16px; + display: flex; + align-items: center; + grid-gap: 8px; - > *:last-child { - margin-top: auto; - margin-bottom: 0; + :global(button) { + width: 32px; + } } + } - :global(button) { - width: 34px; - } + > :global(*) { + margin-bottom: 24px; + } + + > *:last-child { + margin-top: auto; + margin-bottom: 0; + } + + :global(button) { + width: 34px; } > :global(*) {