mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak home style
This commit is contained in:
@ -26,7 +26,7 @@ const NavigationDrawer = () => {
|
||||
<Icon.Menu className="w-5 h-auto dark:text-gray-400" />
|
||||
</IconButton>
|
||||
<Drawer anchor="left" size="sm" open={open} onClose={toggleDrawer(false)}>
|
||||
<div className="w-full h-full px-4 bg-zinc-100 dark:bg-zinc-900">
|
||||
<div className="w-full h-full overflow-auto px-4 bg-zinc-100 dark:bg-zinc-900">
|
||||
<Navigation />
|
||||
</div>
|
||||
</Drawer>
|
||||
|
Reference in New Issue
Block a user