mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: sidebar top alignment on tablet and small viewports.
This commit is contained in:
@@ -378,6 +378,14 @@
|
||||
&.no-transitions :global(nav) {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
& :global(nav) {
|
||||
@media (max-width: 1023px) {
|
||||
top: var(--banner-spacing, 0px);
|
||||
margin-top: var(--banner-spacing, 0px);
|
||||
height: calc(100vh - var(--banner-spacing, 0px)) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.middle-container {
|
||||
|
||||
Reference in New Issue
Block a user