summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 11:59:52 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 11:59:52 +0300
commitbdc72e5b6332bb395db4419ea6e9f1550ec331ab (patch)
tree770ec74a7474135cc0d9cd3c78d7f45783e9538a /themes/compact_night.css
parentdf9c389cbfde122d0e78af739fecd644b3aa07cb (diff)
fix headlines-spacer height in grid mode
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 7a0433e34..bfca85611 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -853,8 +853,8 @@ body.ttrss_main .player:hover {
background: #222;
cursor: pointer;
}
-body.ttrss_main #headlines-frame.auto_catchup #headlines-spacer {
- height: 100%;
+body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
+ height: 100vh;
}
body.ttrss_main #headlines-spacer {
margin-left: 1px;