From 7b926f217f97aebc2a0d8c84b83a109b4bee0476 Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 10 Jul 2023 00:32:48 +0200 Subject: [PATCH] [Android] Fixed UI styling regression. --- src/ui/popup.css | 1 + src/ui/ui.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ui/popup.css b/src/ui/popup.css index ec475ff..6353d31 100644 --- a/src/ui/popup.css +++ b/src/ui/popup.css @@ -129,6 +129,7 @@ html:not(.mobile) #scrollable { .hider-close, .reveal { -webkit-appearance: none; -moz-appearance: none; + appearance: none; border: none; border-radius: 0; background: transparent; diff --git a/src/ui/ui.css b/src/ui/ui.css index 9add69f..918f294 100644 --- a/src/ui/ui.css +++ b/src/ui/ui.css @@ -27,7 +27,10 @@ fieldset > .opt-group ~ .opt-group { align-items: baseline; } -.opt-group input[type="radio"] ~ label { margin-right: 1em}; +.opt-group input[type="radio"] ~ label +{ + margin-right: 1em; +} @media (max-width: 550px) {