mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
adjust padding on sidebar items
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
}
|
||||
|
||||
.root {
|
||||
padding-right: var(--theme-spacing-md);
|
||||
padding-left: var(--theme-spacing-md);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ export const Sidebar = () => {
|
||||
{sidebarItemsWithRoute.map((item) => {
|
||||
return (
|
||||
<SidebarItem key={`sidebar-${item.route}`} to={item.route}>
|
||||
<Group gap="sm">
|
||||
<Group gap="md">
|
||||
<SidebarIcon route={item.route} />
|
||||
{item.label}
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user