From 182a988368a3f75aebe6d6e310d528d2faeda0a5 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 20 Feb 2022 21:34:41 +0100 Subject: [PATCH] [Android] Improved CUSTOM panel portrait layout. --- src/ui/ui.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ui/ui.css b/src/ui/ui.css index bdb0f71..aa42e92 100644 --- a/src/ui/ui.css +++ b/src/ui/ui.css @@ -115,18 +115,17 @@ html.tor .tor, html:not(.tor) .not-tor { .customizing input.preset:checked ~ input.temp { pointer-events: all !important; z-index: 1000; - top: 1.5em; + top: .5em; right: -1em; padding: 1em; } #sites .customizing input.preset:checked + label { text-align:right !important; - padding-right: 1em !important; - right: 1em !important; + right: 0em !important; left: auto !important; - top: 3.5em; pointer-events: none; + transition: all .2s; } td.presets { @@ -141,6 +140,9 @@ html.tor .tor, html:not(.tor) .not-tor { font-size: 80%; } + .contextual fieldset { + padding-top: 1.5em; + } }