web/sidebar: fix grid on mobile

This commit is contained in:
wukko
2024-06-16 20:39:23 +06:00
parent 72ac4c8f5a
commit 2080a3e1ae
2 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
--border-radius: 11px;
--sidebar-width: 80px;
--sidebar-height-mobile: 50px;
--sidebar-font-size: 11px;
}
@@ -105,7 +106,7 @@
#cobalt {
display: grid;
grid-template-columns: unset;
grid-template-rows: 1fr var(--sidebar-width);
grid-template-rows: 1fr var(--sidebar-height-mobile);
}
#content {
order: -1;