mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix project sidebar
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
];
|
||||
</script>
|
||||
|
||||
<nav style:--icon-fill="var(--fgcolor-neutral-tertiary)" class:isOpen>
|
||||
<nav style:--icon-fill="var(--fgcolor-neutral-tertiary)" class="project-sidebar" class:isOpen>
|
||||
<Layout.Stack direction="column" justifyContent="space-between" height="100%">
|
||||
<Layout.Stack gap="xs" inline>
|
||||
{#each menuItems as menuItem}
|
||||
@@ -78,12 +78,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
:global(nav > div) {
|
||||
@media (min-width: 768px) {
|
||||
width: 32px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.isOpen {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user