WIP starbook demo
All checks were successful
Deploy App / build (push) Successful in 34s
Deploy App / deploy (push) Successful in 25s

This commit is contained in:
valere
2026-02-10 07:31:31 +01:00
parent 7fa6f6ccc8
commit 7be09dd12d
17 changed files with 516 additions and 914 deletions

View File

@@ -38,6 +38,18 @@ module.exports = {
width: '100dvw',
display: 'grid',
'place-items': 'center'
},
'.debug': {
position: 'fixed',
'z-index': '1000',
top: '16px',
right: '16px',
background: '#9CA3AF',
'border-radius': '16px',
padding: '16px'
},
'.debug > *': {
display: 'block'
}
})
}