From f97323ab80d0c2afbb02aaec1eb76040e94c9718 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:37:49 -0700 Subject: [PATCH] Fix --- extras/popup/popup.css | 2 +- extras/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/popup/popup.css b/extras/popup/popup.css index dd1f85b6..a421c854 100644 --- a/extras/popup/popup.css +++ b/extras/popup/popup.css @@ -496,7 +496,7 @@ span.new-feature-tag.beta { border-inline-end: 1.5px solid var(--feature-input-bg); } -.option label { +.option label:not(.special-switch) { margin-right: 1rem; } diff --git a/extras/style.css b/extras/style.css index 338f926f..f1524756 100644 --- a/extras/style.css +++ b/extras/style.css @@ -875,7 +875,7 @@ body { border-inline-end: 1.5px solid var(--feature-input-bg); } -.option label { +.option label:not(.special-switch) { margin-right: 1rem; }