From ace31026014b533f76968551c133e472bda74290 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 18 Nov 2022 16:24:49 +0530 Subject: [PATCH] Reduce the size of the toggle switches --- ui/index.html | 2 +- ui/media/css/themes.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/index.html b/ui/index.html index 9fd797a0..31da4a9d 100644 --- a/ui/index.html +++ b/ui/index.html @@ -6,7 +6,7 @@ - + diff --git a/ui/media/css/themes.css b/ui/media/css/themes.css index cdf45c17..d67e9401 100644 --- a/ui/media/css/themes.css +++ b/ui/media/css/themes.css @@ -29,7 +29,7 @@ --accent-color-hover: hsl(var(--accent-hue), 100%, var(--accent-lightness-hover)); --primary-button-border: none; --input-switch-padding: 1px; - --input-height: 24px; + --input-height: 18px; } .theme-light {