mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): adapt NodeEditor for smaller screens
This commit is contained in:
parent
67a8627cf6
commit
3044f3bfe5
@ -17,7 +17,7 @@ const NodeEditor = () => {
|
||||
sx={{
|
||||
position: 'relative',
|
||||
width: 'full',
|
||||
height: 'full',
|
||||
height: { base: '100vh', xl: 'full' },
|
||||
borderRadius: 'md',
|
||||
bg: 'base.850',
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user