mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
more clean up
This commit is contained in:
parent
e3a8ef753f
commit
42f3d76c08
2 changed files with 4 additions and 4 deletions
|
@ -126,8 +126,6 @@ export default {
|
|||
|
||||
&.is-board {
|
||||
height: 100vh;
|
||||
// height: calc(100vh - 54px);
|
||||
// padding-top: 54px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue