summaryrefslogtreecommitdiffstats
path: root/css/mobile.css
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-05-11 08:08:14 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2019-05-11 10:08:14 +0200
commit1a54c2abec7e05c60d7bf6eda7259b8e08a92dde (patch)
treec62ba676425290f129613bdd1db2a0b37aff8ffc /css/mobile.css
parentbd43d0f3b17c76bbe41f68f6d1cc5926da6b38fe (diff)
add "mark read" floating button mobile. Fixes #469 (#505)
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'css/mobile.css')
-rw-r--r--css/mobile.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css
index cf34507fc..83e228b2f 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -11,6 +11,9 @@
width: 100%;
}
+ #mark-all-read-button {
+ display: block;
+ }
}
@media only screen and (max-width: 600px) {