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 {
|
.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;
|
||||||
|
|
Loading…
Reference in a new issue