summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 306a525..9ddc683 100644
--- a/static/style.css
+++ b/static/style.css
@@ -63,6 +63,13 @@ img[alt="XMR Logo"] {
display: inline ;
}
+@media (pointer: coarse) {
+ li > a {
+ display: block;
+ height: 1.5rem
+ }
+}
+
@media print {
a[href] {
text-decoration: none ;