summaryrefslogtreecommitdiff
path: root/src/ui/popup.css
diff options
context:
space:
mode:
authorhackademix2020-05-17 01:18:32 +0200
committerhackademix2020-05-17 01:18:32 +0200
commit1ff607106297783e2f692194a8ed12e67f3c8358 (patch)
tree51ca9d93931a94e68bbfd7286523c09454e85cf7 /src/ui/popup.css
parent1596978848fe4019e48971271e09a404d3a52fdd (diff)
downloadnoscript-1ff607106297783e2f692194a8ed12e67f3c8358.tar.gz
noscript-1ff607106297783e2f692194a8ed12e67f3c8358.tar.xz
noscript-1ff607106297783e2f692194a8ed12e67f3c8358.zip
UI adjustments for better mobile experience (thanks Bram Pitoyo for suggestions).
Diffstat (limited to 'src/ui/popup.css')
-rw-r--r--src/ui/popup.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/popup.css b/src/ui/popup.css
index a463905..9852f1b 100644
--- a/src/ui/popup.css
+++ b/src/ui/popup.css
@@ -41,6 +41,15 @@ body {
}
+
+.mobile #top {
+ height: 3.5em;
+}
+.mobile #top a {
+ padding: .5em .5em;
+ background-size: 80%;
+}
+
#top > .spacer {
flex-grow: 1;
display: block;