mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +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 {
|
&.is-board {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
// height: calc(100vh - 54px);
|
|
||||||
// padding-top: 54px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<!-- TODO: use table? -->
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<kbd class="mr-1">Esc </kbd>
|
<kbd class="mr-1">Esc </kbd>
|
||||||
Close modal
|
Close modal
|
||||||
|
@ -31,7 +33,7 @@
|
||||||
{{ $t(`shortcuts.${name.substr(6)}`) }}
|
{{ $t(`shortcuts.${name.substr(6)}`) }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<b-card>
|
<div class="bg-secondary p-2 rounded">
|
||||||
<p>Game modal shortucts</p>
|
<p>Game modal shortucts</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -68,7 +70,7 @@
|
||||||
</kbd>
|
</kbd>
|
||||||
Game progress
|
Game progress
|
||||||
</p>
|
</p>
|
||||||
</b-card>
|
</div>
|
||||||
</b-modal>
|
</b-modal>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue