[Android] Improved CUSTOM panel portrait layout.

This commit is contained in:
hackademix 2022-02-20 21:34:41 +01:00
parent de2b36dddc
commit 182a988368
1 changed files with 6 additions and 4 deletions

View File

@ -115,18 +115,17 @@ html.tor .tor, html:not(.tor) .not-tor {
.customizing input.preset:checked ~ input.temp { .customizing input.preset:checked ~ input.temp {
pointer-events: all !important; pointer-events: all !important;
z-index: 1000; z-index: 1000;
top: 1.5em; top: .5em;
right: -1em; right: -1em;
padding: 1em; padding: 1em;
} }
#sites .customizing input.preset:checked + label { #sites .customizing input.preset:checked + label {
text-align:right !important; text-align:right !important;
padding-right: 1em !important; right: 0em !important;
right: 1em !important;
left: auto !important; left: auto !important;
top: 3.5em;
pointer-events: none; pointer-events: none;
transition: all .2s;
} }
td.presets { td.presets {
@ -141,6 +140,9 @@ html.tor .tor, html:not(.tor) .not-tor {
font-size: 80%; font-size: 80%;
} }
.contextual fieldset {
padding-top: 1.5em;
}
} }