From 33ef977860997923a5eba2f9804fef667033ab4c Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 19 Dec 2024 11:44:57 +0100 Subject: [PATCH] fix(ui): shortcuts modal without table and bottom lines --- front/src/components/ShortcutsModal.vue | 52 ++++++++++++++----------- 1 file changed, 29 insertions(+), 23 deletions(-) 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 }} + + + +
+
+
+