From d66c681aae1453390ef61cba4dfebaf8fc09ea6a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:07:48 -0700 Subject: [PATCH] Add a little compact mode to the switch --- .../common/input/switch/switch.component.html | 10 +++++----- .../common/input/switch/switch.component.spec.ts | 10 ++++++++++ .../components/common/input/switch/switch.component.ts | 3 +++ 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src-ui/src/app/components/common/input/switch/switch.component.html b/src-ui/src/app/components/common/input/switch/switch.component.html index edd831e5c..636356d64 100644 --- a/src-ui/src/app/components/common/input/switch/switch.component.html +++ b/src-ui/src/app/components/common/input/switch/switch.component.html @@ -1,6 +1,6 @@ -
-
- @if (!horizontal) { +
+
+ @if (!horizontal && !compact) {