1
0
Fork 0

🐛 Fixed NoStretch style for Sidebar

This commit is contained in:
Maxim Lebedev 2021-08-19 04:29:19 +05:00
parent c65fd2af8c
commit 4059250f30
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
gap: var(--sidebar-space); gap: var(--sidebar-space);
} }
.sidebar_no-stretch > * { .sidebar_no-stretch {
align-items: flex-start; align-items: flex-start;
} }