From 78c14dc3b9aaa1282b7dddd42d8fd0c1c9b1757b Mon Sep 17 00:00:00 2001 From: Ryze Date: Thu, 13 Jul 2023 20:48:39 +0300 Subject: [PATCH] Force itoggle size --- .../trunk/user/www/n56u_ribbon_fixed/bootstrap/css/luna.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/patch_files/www/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/luna.css b/patches/patch_files/www/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/luna.css index f8b7faa..87f65d4 100644 --- a/patches/patch_files/www/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/luna.css +++ b/patches/patch_files/www/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/luna.css @@ -151,8 +151,9 @@ background: var(--luna-purple); } -:root .itoggle > span { - display: none !important; /* Empty white span shows under toggles */ +:root .itoggle { + width: 93px !important; + height: 27px !important; } :root .progress .bar {