more clean up

This commit is contained in:
Gamebrary 2021-04-21 08:40:00 -07:00
parent e3a8ef753f
commit 42f3d76c08
2 changed files with 4 additions and 4 deletions

View file

@ -126,8 +126,6 @@ export default {
&.is-board {
height: 100vh;
// height: calc(100vh - 54px);
// padding-top: 54px;
}
}
</style>

View file

@ -11,6 +11,8 @@
/>
</template>
<!-- TODO: use table? -->
<p>
<kbd class="mr-1">Esc </kbd>
Close modal
@ -31,7 +33,7 @@
{{ $t(`shortcuts.${name.substr(6)}`) }}
</p>
<b-card>
<div class="bg-secondary p-2 rounded">
<p>Game modal shortucts</p>
<p>
@ -68,7 +70,7 @@
</kbd>
Game progress
</p>
</b-card>
</div>
</b-modal>
</template>