From 85f903b0dc5e056fc2cf8461a61750d052d3b397 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 fca1f5f..6161c4f 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;