Slightly improve styling
This commit is contained in:
parent
f3d085ff99
commit
800ec27c36
1 changed files with 4 additions and 3 deletions
|
@ -127,16 +127,17 @@
|
|||
.board-log {
|
||||
display: grid;
|
||||
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 {
|
||||
border-color: black;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
width: 100%;
|
||||
margin: 5px;
|
||||
height: inherit;
|
||||
max-height: inherit;
|
||||
|
||||
display: grid;
|
||||
grid-template-rows: 6em 1fr;
|
||||
|
|
Loading…
Reference in a new issue