summaryrefslogtreecommitdiff
path: root/themes/compact.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/compact.css')
-rw-r--r--themes/compact.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/compact.css b/themes/compact.css
index d462892db..4a16d6cc3 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -691,7 +691,7 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
- height: 100vh;
+ height: calc(100vh - 32px);
}
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;