1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix headlines-spacer height in grid mode

This commit is contained in:
Andrew Dolgov
2021-03-10 11:59:52 +03:00
parent df9c389cbf
commit bdc72e5b63
7 changed files with 13 additions and 16 deletions
+2 -2
View File
@@ -997,8 +997,8 @@ body.ttrss_main {
cursor : pointer;
}
#headlines-frame.auto_catchup #headlines-spacer {
height : 100%;
#headlines-frame[data-auto-catchup="true"] #headlines-spacer {
height : 100vh;
}
#headlines-spacer {