Revert part of the hearts/time style improvements to prevent grid blowout from hints

This commit is contained in:
Eevee (Evelyn Woods) 2020-11-03 14:40:05 -07:00
parent 6804169a8a
commit 3514f25f2b

View File

@ -833,7 +833,11 @@ main.--has-demo .demo-controls {
"chips inventory" calc((var(--tile-height) * var(--scale) * 2 - 1em) / 3)
"time inventory" calc((var(--tile-height) * var(--scale) * 2 - 1em) / 3)
"bonus inventory" calc((var(--tile-height) * var(--scale) * 2 - 1em) / 3)
/ 1fr min-content
/* FIXME ideally the first column would be 1fr so the hearts/time have space, but that
* allows hints to grow to the entire width of the window, which incredibly sucks. i
* don't know how to get around this except by giving the grid a fixed width, which i
* guess wouldn't be that hard */
/ min-content min-content
;
row-gap: 0.5em;
column-gap: 1em;