mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-31 20:51:30 -04:00
Remove resizing of #bigMarkAsRead (#2094)
Remove theme sizing to make scroll as read work per #1980
This commit is contained in:
committed by
Alexandre Alapetite
parent
c708bfb648
commit
9b86671dc6
@@ -778,7 +778,6 @@ display: none;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
background: #e3e3e3;
|
||||
padding: 20px !IMPORTANT;
|
||||
}
|
||||
#bigMarkAsRead:hover {
|
||||
background: #22303d;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user