mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Add collapsible sidebar (#68)
- Sidebar can collapse by menu option or dragging
This commit is contained in:
parent
ec7a053a74
commit
e49fe6c452
11 changed files with 348 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue