mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-03 22:25:04 -04:00
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
This commit is contained in:
committed by
Alexandre Alapetite
parent
d38911e5b9
commit
043d30c2da
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user