mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
fix: node pack card width adapted
This commit is contained in:
@@ -173,7 +173,7 @@ const initialState = persistedState.loadStoredState()
|
|||||||
|
|
||||||
const GRID_STYLE = {
|
const GRID_STYLE = {
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
gridTemplateColumns: 'repeat(auto-fill, minmax(19rem, 1fr))',
|
gridTemplateColumns: 'repeat(auto-fill, minmax(17rem, 1fr))',
|
||||||
padding: '0.5rem',
|
padding: '0.5rem',
|
||||||
gap: '1.5rem'
|
gap: '1.5rem'
|
||||||
} as const
|
} as const
|
||||||
|
|||||||
Reference in New Issue
Block a user