1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 14:37:11 +00:00

headlines-spacer: only set 100% height if auto catchup is enabled

This commit is contained in:
Andrew Dolgov
2018-12-09 16:02:20 +03:00
parent 42780ddeb3
commit 5e007e0090
6 changed files with 16 additions and 5 deletions

View File

@@ -819,8 +819,10 @@ body.ttrss_main .player:hover {
background: #f5f5f5;
cursor: pointer;
}
body.ttrss_main #headlines-spacer {
body.ttrss_main #headlines-frame.auto_catchup #headlines-spacer {
height: 100%;
}
body.ttrss_main #headlines-spacer {
margin-left: 1px;
text-align: center;
color: #555555;