[frontend/components] Layout tweaks

This commit is contained in:
Jeder 2024-10-24 21:54:24 +02:00 committed by Lilian
parent f8de8fc4e8
commit 1f541b5072
No known key found for this signature in database

View file

@ -10,7 +10,7 @@
} }
.widget-panel { .widget-panel {
border-left: 0.1rem var(--highlight-color) solid;
} }
.sidebar { .sidebar {
@ -34,4 +34,8 @@
position: sticky; position: sticky;
top: 0; top: 0;
z-index: +1; z-index: +1;
> i {
padding-right: 0.5rem;
}
} }