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:
parent
deb8d4c01e
commit
28e96e0ad5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue