fix: node pack card width adapted

This commit is contained in:
Jin Yi
2025-08-12 23:51:22 +09:00
parent 33bf377350
commit 59e1945d1c

View File

@@ -173,7 +173,7 @@ const initialState = persistedState.loadStoredState()
const GRID_STYLE = {
display: 'grid',
gridTemplateColumns: 'repeat(auto-fill, minmax(19rem, 1fr))',
gridTemplateColumns: 'repeat(auto-fill, minmax(17rem, 1fr))',
padding: '0.5rem',
gap: '1.5rem'
} as const