Slightly improve styling

This commit is contained in:
Joel Therrien 2023-08-20 16:34:00 -07:00
parent f3d085ff99
commit 800ec27c36

View file

@ -127,16 +127,17 @@
.board-log { .board-log {
display: grid; display: grid;
grid-template-columns: @tile-width*@board-length+15px 1fr; grid-template-columns: @tile-width*@board-length+15px 1fr;
height: @tile-width*@board-length + 15px; max-height: @tile-width*@board-length + 15px;
margin: 1em;
} }
.message-log { .message-log {
border-color: black; border-color: black;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
width: 100%;
margin: 5px; margin: 5px;
height: inherit; max-height: inherit;
display: grid; display: grid;
grid-template-rows: 6em 1fr; grid-template-rows: 6em 1fr;