Мелкие поправки

This commit is contained in:
Book Pauk
2020-03-19 19:44:06 +07:00
parent 6f7ba1f9fc
commit 0f3cc03d00
2 changed files with 4 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div class="page">
<div class="header">
<div style="font-size: 120%">
<div class="text-h6 text-bold">Доступны следующие клавиатурные команды:</div>
<br>
</div>
<div class="table">
<div class="q-mb-md" style="width: 550px">
<div class="text-right text-italic" style="font-size: 80%">* Изменить сочетания клавиш можно в настройках</div>
<UserHotKeys v-model="userHotKeys" readonly/>
</div>
@@ -44,12 +44,4 @@ class HotkeysHelpPage extends Vue {
padding: 15px;
overflow-y: auto;
}
.header {
font-size: 120%;
}
.table {
width: 550px;
}
</style>