summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
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/light/tt-rss.less
parentdf9c389cbfde122d0e78af739fecd644b3aa07cb (diff)
fix headlines-spacer height in grid mode
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index a7571c5cc..8735c1415 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -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 {