summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-01-21 17:41:11 +0300
committerAndrew Dolgov <[email protected]>2022-01-21 17:41:11 +0300
commit56fd06d611d7bd4896f886f3e20ac778f47771cb (patch)
tree7d7deddda72555f869193bdffbfc68928bffb265 /themes/light
parent49d93989af37a63235d43a46491f06fff987e00c (diff)
make sure #headline-spacer click to open prompt is not obscured when
mark as read on scroll is enabled https://community.tt-rss.org/t/click-to-open-next-unread-feed-hidden-by-scrolling/5190
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index db286ee5f..a693d970d 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -818,7 +818,7 @@ body.ttrss_main {
}
&[data-auto-catchup="true"] #headlines-spacer {
- height : 100vh;
+ height : calc(100vh - 32px);
}
.dijitCheckBox {