diff --git a/front/src/components/ShortcutsModal.vue b/front/src/components/ShortcutsModal.vue index 709ff9d9c..1e5b394b6 100644 --- a/front/src/components/ShortcutsModal.vue +++ b/front/src/components/ShortcutsModal.vue @@ -4,6 +4,7 @@ import { computed } from 'vue' import { useI18n } from 'vue-i18n' import Button from '~/components/ui/Button.vue' import Layout from '~/components/ui/Layout.vue' +import Spacer from '~/components/ui/layout/Spacer.vue' const model = defineModel() @@ -103,42 +104,47 @@ const player = computed(() => [ :title="t('components.ShortcutsModal.header.modal')" v-model="model">
- -
- +
+
-

{{ section.title }}

-
- {{ section.title }} + +
-
- - - -
{{ shortcut.summary }}          
-
-
- + {{ shortcut.summary }} + + + +
+ + + +

{{ section.title }}

-
- +
-
- - - -
{{ shortcut.summary }}          
+ + {{ shortcut.summary }} + + + +
+
+
+