Преглед изворни кода

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
Uncovery пре 6 година
родитељ
комит
25eada5bda
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      p/themes/base-theme/template.css

+ 3 - 2
p/themes/base-theme/template.css

@@ -685,10 +685,11 @@ br {
 #bigMarkAsRead {
 #bigMarkAsRead {
 	display: block;
 	display: block;
 	width: 100%;
 	width: 100%;
-	padding: 1em 0 100% 0;
-	padding: 1em 0 100vh 0;
 	text-align: center;
 	text-align: center;
 	font-size: 1.4em;
 	font-size: 1.4em;
+	padding: 1em 0 50px 0;
+	margin: 0 0 100% 0;
+	margin: 0 0 100vh 0;
 }
 }
 .bigTick {
 .bigTick {
 	font-size: 4em;
 	font-size: 4em;