Increase height of the bottom bar by a small amount
This commit is contained in:
parent
0ddbaf064b
commit
82e6070976
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default {
|
||||||
@import "../css/style.css";
|
@import "../css/style.css";
|
||||||
|
|
||||||
#GameView {
|
#GameView {
|
||||||
|
grid-template-rows: 70% 1fr 50px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 70% 1fr 40px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue