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";
|
||||
|
||||
#GameView {
|
||||
grid-template-rows: 70% 1fr 50px;
|
||||
display: grid;
|
||||
grid-template-rows: 70% 1fr 40px;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue