aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Patrick Crandol <patrick@crandol.com> 2018-10-30 18:12:05 -0400
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-10-30 23:12:05 +0100
commit9b86671dc663380019b7aa288bfaafd5e75d94cc (patch)
tree216b484e90d4fa80916da6457e3a1805cdbe7243
parentc708bfb648ad80da14c0746bca189f67174d68ec (diff)
Remove resizing of #bigMarkAsRead (#2094)
Remove theme sizing to make scroll as read work per #1980
-rw-r--r--p/themes/Swage/swage.css1
-rw-r--r--p/themes/Swage/swage.scss1
2 files changed, 0 insertions, 2 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index f8ff0189f..50b7aceb7 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -778,7 +778,6 @@ display: none;
text-align: center;
text-decoration: none;
background: #e3e3e3;
-padding: 20px !IMPORTANT;
}
#bigMarkAsRead:hover {
background: #22303d;
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index b5d6c049e..69d863322 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -873,7 +873,6 @@ form {
text-align: center;
text-decoration: none;
background: darken( $color_light, 10%);
- padding: 20px !IMPORTANT;
&:hover {
background: $color_aside;
color: $color_light;