mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01: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
@ -8,7 +8,7 @@ html, body {
|
|||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto 1fr max-content;
|
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;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user