Icon spacing

This commit is contained in:
saberzero1 2024-11-02 13:48:16 +01:00
parent 8bb32c243e
commit 70cf007975
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -34,6 +34,8 @@
order: -1; order: -1;
height: initial; height: initial;
overflow: hidden; overflow: hidden;
flex-shrink: 0;
align-self: flex-start;
} }
button#mobile-explorer { button#mobile-explorer {
@ -245,16 +247,17 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
overscroll-behavior: none; overscroll-behavior: none;
z-index: 100; z-index: 100;
position: absolute; position: absolute;
top: 0;
background-color: var(--light); background-color: var(--light);
max-width: 100dvw; max-width: 100dvw;
left: -100dvw; left: -100dvw;
width: 100%; width: 100%;
transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out;
overflow: hidden; overflow: hidden;
padding: 2rem; padding: $topSpacing 2rem 2rem;
height: calc(100dvh - 4rem); height: 100dvh;
max-height: calc(100dvh - 4rem); max-height: 100dvh;
margin-top: 2rem; margin-top: 0;
visibility: hidden; visibility: hidden;
&:not(.collapsed) { &:not(.collapsed) {
@ -275,6 +278,7 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
#mobile-explorer { #mobile-explorer {
margin: 5px; margin: 5px;
z-index: 101;
&:not(.collapsed) .lucide-menu { &:not(.collapsed) .lucide-menu {
transform: rotate(-90deg); transform: rotate(-90deg);