aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uncovery <uncovery@users.noreply.github.com> 2019-07-14 03:06:18 +0800
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-07-13 21:06:18 +0200
commit25eada5bda916bff7a355703ab70a7e6597ce074 (patch)
treef1cad08f6f993e1baf4f31724b4e3a9fc54bad78
parenta394d7ab10dbaaca78cc8ca3c6536d7a808d7931 (diff)
Change to fix issues 2251 (#2301)
* Change to fix issues 2251 This is a proposed change to fix issue https://github.com/FreshRSS/FreshRSS/issues/2251 * Remove comments
-rw-r--r--p/themes/base-theme/template.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 05252f9a5..226d06f59 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -685,10 +685,11 @@ br {
#bigMarkAsRead {
display: block;
width: 100%;
- padding: 1em 0 100% 0;
- padding: 1em 0 100vh 0;
text-align: center;
font-size: 1.4em;
+ padding: 1em 0 50px 0;
+ margin: 0 0 100% 0;
+ margin: 0 0 100vh 0;
}
.bigTick {
font-size: 4em;