apple2js/js/components/css/Inset.module.css
Will Scullin 66f3e04d8e
Preact mass storage (#125)
The major impetus for rewriting in UI, at least. Still some ironing to do, but much nicer than my attempt to do this using the old UI "framework".
2022-06-05 10:57:04 -07:00

18 lines
251 B
CSS

.inset {
border-radius: 6px;
border: 3px inset #f0edd0;
padding: 6px;
margin: 0 auto;
display: flex;
width: 604px;
}
:global(.full-page) .inset {
display: none;
}
.inset button {
min-width: 36px;
margin: 0 2px;
}