From 4d67acce2a2937c6d1d293e29323592a7057389b Mon Sep 17 00:00:00 2001 From: Toria Date: Sat, 28 Mar 2026 00:59:57 +0000 Subject: [PATCH] Fix toggle switch unrounding --- src/unrounding.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/unrounding.css b/src/unrounding.css index d7637ee..c73b7ff 100644 --- a/src/unrounding.css +++ b/src/unrounding.css @@ -62,6 +62,14 @@ background: var(--streaming-2); } + .switchIndicator_a28278[style*='background-color: rgba(0, 0, 0, 0.12);'] svg.thumb_a28278 rect { + rx: 0; + } + + .switchIndicator_a28278[style*='background-color: rgb(88, 101, 242);'] svg.thumb_a28278 rect { + rx: 0; + } + .lowerBadge_cc5dd2 { border: 2px solid var(--background-base-lower); bottom: -4px;