summaryrefslogtreecommitdiffstats
path: root/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
parentbd43d0f3b17c76bbe41f68f6d1cc5926da6b38fe (diff)
add "mark read" floating button mobile. Fixes #469 (#505)
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'css')
-rw-r--r--css/app.css9
-rw-r--r--css/mobile.css3
2 files changed, 11 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index ffaf63617..86a367e0d 100644
--- a/css/app.css
+++ b/css/app.css
@@ -44,7 +44,14 @@
display: block !important;
}
+#mark-all-read-button {
+ position: fixed;
+ z-index: 1;
+ bottom: 0.5em;
+ right: 0.5em;
+}
+
/* Override hidden before angular is loaded */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
display: none !important;
-} \ No newline at end of file
+}
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) {