From d6b3745b7fe983e1397a00f4cb0cea53cbc61f22 Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Tue, 7 May 2024 10:28:47 -0400 Subject: Fix action-popup toggle being elongated on desktop (#890) --- ext/css/action-popup.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css index 8abb23ef..639f1236 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -164,8 +164,8 @@ label { } .toggle { box-sizing: border-box; - width: 100%; - padding-top: 37.7%; + width: 60px; + height: 34px; position: relative; overflow: hidden; border: 1px solid #245580; @@ -492,4 +492,8 @@ select.profile-select { padding-right: 65px; border-radius: 10px; } + .toggle { + width: 100%; + padding-top: 37.7%; + } } -- cgit v1.2.3