From 1a54c2abec7e05c60d7bf6eda7259b8e08a92dde Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 11 May 2019 08:08:14 +0000 Subject: add "mark read" floating button mobile. Fixes #469 (#505) Signed-off-by: nachoparker --- css/app.css | 9 ++++++++- css/mobile.css | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'css') 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) { -- cgit v1.2.3