Stretch game state controls across panel

main
darcy 4 weeks ago
parent c879229c1f
commit 0fa847dce4

@ -86,6 +86,7 @@ button:focus-visible {
width: 100%; width: 100%;
display: grid; display: grid;
gap: 14px; gap: 14px;
justify-items: stretch;
} }
.topbar { .topbar {
@ -278,6 +279,8 @@ canvas {
} }
.action-group { .action-group {
width: 100%;
justify-self: stretch;
display: grid; display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px; gap: 8px;

Loading…
Cancel
Save