1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

allow marking last headline as read automatically by scrolling below content

This commit is contained in:
Andrew Dolgov
2011-08-03 18:36:08 +04:00
parent e3642715df
commit 18eb64a8a1
2 changed files with 44 additions and 3 deletions

View File

@@ -1543,3 +1543,10 @@ a.bookmarklet {
cursor : pointer;
}
#headlines-spacer {
height : 100%;
margin-left : 1px;
text-align : center;
padding : 1em;
color : gray;
}