1
0
Fork 0
mirror of https://git.sr.ht/~emersion/gamja synced 2025-04-15 16:34:51 -04:00

Expand buffer column

In some cases it wouldn't take all of the available space.
This commit is contained in:
Simon Ser 2020-06-29 09:04:01 +02:00
parent deb8d4c01e
commit 28e96e0ad5
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -8,7 +8,7 @@ html, body {
body {
display: grid;
grid-template-rows: auto 1fr max-content;
grid-template-columns: max-content auto max-content;
grid-template-columns: max-content 1fr max-content;
font-family: monospace;
}