[Android] Fixed UI styling regression.

This commit is contained in:
hackademix 2023-07-10 00:32:48 +02:00
parent d5dcd4f09d
commit 7b926f217f
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
2 changed files with 5 additions and 1 deletions

View File

@ -129,6 +129,7 @@ html:not(.mobile) #scrollable {
.hider-close, .reveal { .hider-close, .reveal {
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;
appearance: none;
border: none; border: none;
border-radius: 0; border-radius: 0;
background: transparent; background: transparent;

View File

@ -27,7 +27,10 @@ fieldset > .opt-group ~ .opt-group {
align-items: baseline; 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) { @media (max-width: 550px) {