aboutsummaryrefslogtreecommitdiff
path: root/ext/css
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-05-07 10:28:47 -0400
committerGitHub <noreply@github.com>2024-05-07 14:28:47 +0000
commitd6b3745b7fe983e1397a00f4cb0cea53cbc61f22 (patch)
tree46c9982bca82ea76f59949fc3dda9321a954f1af /ext/css
parent4ec1de0c98199b637bb538ee567ee7b2ffacbb80 (diff)
Fix action-popup toggle being elongated on desktop (#890)
Diffstat (limited to 'ext/css')
-rw-r--r--ext/css/action-popup.css8
1 files 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%;
+ }
}