mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): tweak resizehandle styling
This commit is contained in:
parent
6bf29b20af
commit
788f90a7d5
@ -48,12 +48,12 @@ const sx: SystemStyleObject = {
|
||||
transitionDuration: 'normal',
|
||||
'.resize-handle-inner': {
|
||||
'&[data-orientation="horizontal"]': {
|
||||
w: 'calc(100% - 1rem)',
|
||||
w: '100%',
|
||||
h: '2px',
|
||||
},
|
||||
'&[data-orientation="vertical"]': {
|
||||
w: '2px',
|
||||
h: 'calc(100% - 1rem)',
|
||||
h: '100%',
|
||||
},
|
||||
borderRadius: 'base',
|
||||
transitionProperty: 'inherit',
|
||||
|
Loading…
Reference in New Issue
Block a user