summaryrefslogtreecommitdiff
path: root/themes/night.css
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/night.css
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/night.css')
-rw-r--r--themes/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 447ca6f7f..034483fb7 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -692,7 +692,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;