mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
Add collapsible sidebar (#68)
- Sidebar can collapse by menu option or dragging
This commit is contained in:
@@ -27,7 +27,7 @@ export const ActionBar = () => {
|
||||
ref={cq.ref}
|
||||
gutter="sm"
|
||||
>
|
||||
<Grid.Col span={cq.isSm ? 7 : 5}>
|
||||
<Grid.Col span={cq.isSm ? 7 : 6}>
|
||||
<TextInput
|
||||
disabled
|
||||
readOnly
|
||||
@@ -36,7 +36,7 @@ export const ActionBar = () => {
|
||||
size="md"
|
||||
/>
|
||||
</Grid.Col>
|
||||
<Grid.Col span={cq.isSm ? 5 : 7}>
|
||||
<Grid.Col span={cq.isSm ? 5 : 6}>
|
||||
<Group
|
||||
grow
|
||||
noWrap
|
||||
|
||||
Reference in New Issue
Block a user