mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add border for sidebar items
This commit is contained in:
@@ -124,6 +124,10 @@ export const Sidebar = () => {
|
|||||||
multiple
|
multiple
|
||||||
styles={{
|
styles={{
|
||||||
item: { borderBottom: 'none' },
|
item: { borderBottom: 'none' },
|
||||||
|
panel: {
|
||||||
|
borderLeft: '1px solid rgba(100,100,100,.5)',
|
||||||
|
marginLeft: '1.5rem',
|
||||||
|
},
|
||||||
}}
|
}}
|
||||||
value={sidebar.expanded}
|
value={sidebar.expanded}
|
||||||
onChange={(e) => setSidebar({ expanded: e })}
|
onChange={(e) => setSidebar({ expanded: e })}
|
||||||
|
|||||||
Reference in New Issue
Block a user