From a0f67d1185ef6dc316563c3dc697edc8e631a19d Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:37:52 +1000 Subject: [PATCH] Fix fuckups --- src/views/DesktopDialogView.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/DesktopDialogView.vue b/src/views/DesktopDialogView.vue index 9d4537c99..9fa96e4f9 100644 --- a/src/views/DesktopDialogView.vue +++ b/src/views/DesktopDialogView.vue @@ -25,11 +25,10 @@ const message = computed(() => (route.query.message as string) || '') @reference '../assets/css/style.css'; .desktop-dialog { - @apply flex flex-col p-6 rounded-lg; + @apply flex flex-col p-6 rounded-lg gap-6; width: 100%; height: 100%; background: #2d2d2d; - gap: 1.5rem; /* 24px - equivalent to gap-6 */ } .dialog-title {