summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 16:02:20 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 16:02:20 +0300
commit5e007e009001fb4137f9d925c55ce47a934bdcfe (patch)
tree8b2e8f9cd8c8013b08fcb31e43d9e37eb8cd4e4b /themes/night.css
parent42780ddeb3fd04d2361ad40c1403a77cc794820a (diff)
headlines-spacer: only set 100% height if auto catchup is enabled
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 2ce1ebd05..ed75dd168 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -819,8 +819,10 @@ body.ttrss_main .player:hover {
background: #222222;
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: #cccccc;