소스 검색

bottom padding to enable scroll to mark all as read (#1980)

* bottom padding to enable scroll to mark all as read

* 100vh fallback for mobile
primaeval 7 년 전
부모
커밋
043d30c2da
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      p/themes/base-theme/template.css

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

@@ -630,7 +630,8 @@ br + br + br {
 #bigMarkAsRead {
 	display: block;
 	width: 100%;
-	padding: 1em 0;
+	padding: 1em 0 100% 0;
+	padding: 1em 0 100vh 0;
 	text-align: center;
 	font-size: 1.4em;
 }