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;
}