From e7fd60010b2f490bc935732f9ff8a39c77069190 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Wed, 15 Apr 2026 18:14:36 +0300 Subject: [PATCH] fix: opacity interaction with the new form guard --- ui/app/components/SettingsPanel.vue | 2 +- ui/app/layouts/default.vue | 8 +++--- ui/app/plugins/modal-opacity.client.ts | 36 ++++++++++++++------------ ui/app/utils/index.ts | 32 ++++++++++++++++++----- 4 files changed, 51 insertions(+), 27 deletions(-) diff --git a/ui/app/components/SettingsPanel.vue b/ui/app/components/SettingsPanel.vue index 61378742..0bed2c6b 100644 --- a/ui/app/components/SettingsPanel.vue +++ b/ui/app/components/SettingsPanel.vue @@ -4,7 +4,7 @@ :side="direction" :dismissible="true" :overlay="true" - :ui="{ content: 'w-full sm:max-w-xl' }" + :ui="{ content: 'yt-settings-panel w-full sm:max-w-xl' }" @update:open="(open) => !open && emitter('close')" >