소스 검색

Remove resizing of #bigMarkAsRead (#2094)

Remove theme sizing to make scroll as read work per #1980
Patrick Crandol 7 년 전
부모
커밋
9b86671dc6
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      p/themes/Swage/swage.css
  2. 0 1
      p/themes/Swage/swage.scss

+ 0 - 1
p/themes/Swage/swage.css

@@ -778,7 +778,6 @@ display: none;
 text-align: center;
 text-align: center;
 text-decoration: none;
 text-decoration: none;
 background: #e3e3e3;
 background: #e3e3e3;
-padding: 20px !IMPORTANT;
 }
 }
 #bigMarkAsRead:hover {
 #bigMarkAsRead:hover {
 background: #22303d;
 background: #22303d;

+ 0 - 1
p/themes/Swage/swage.scss

@@ -873,7 +873,6 @@ form {
 	text-align: center;
 	text-align: center;
 	text-decoration: none;
 	text-decoration: none;
 	background: darken( $color_light, 10%);
 	background: darken( $color_light, 10%);
-	padding: 20px !IMPORTANT;
 	&:hover {
 	&:hover {
 		background: $color_aside;
 		background: $color_aside;
 		color: $color_light;
 		color: $color_light;