Update InGame to use a CSS grid.
This commit is contained in:
parent
0e35644af9
commit
17e43beb1e
1 changed files with 5 additions and 0 deletions
|
|
@ -35,4 +35,9 @@ export default {
|
|||
<style scoped>
|
||||
@import "../css/theme.css";
|
||||
@import "../css/style.css";
|
||||
|
||||
#GameView {
|
||||
display: grid;
|
||||
grid-template-rows: 70% 1fr 40px;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue