From 76d050acf4f8953fb61caa9671d6d626f6ede27a Mon Sep 17 00:00:00 2001 From: "shi.changliang" Date: Fri, 5 Jun 2026 11:44:51 +0800 Subject: [PATCH] Fix secret switch vertical alignment --- src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index d2c0f1e..1636b75 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -328,6 +328,10 @@ @apply self-start; } + .obsync-row:not(.obsync-toggle-row) .obsync-inline-switch .obsync-switch { + @apply mt-0; + } + .obsync-control, .obsync-control-wide, .obsync-readonly {