mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): layout shift when using a collapse w/ flex gap
the gap isn't handled smoothly, there's always a jump. cannot use gap in the collapsible's container
This commit is contained in:
parent
d7a5fe2805
commit
dc2a3363b0
@ -75,7 +75,7 @@ export const BoardsList = ({ isPrivate }: Props) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Flex direction="column" gap={1}>
|
<Flex direction="column">
|
||||||
<Flex
|
<Flex
|
||||||
position="sticky"
|
position="sticky"
|
||||||
w="full"
|
w="full"
|
||||||
|
Loading…
Reference in New Issue
Block a user