From bdc72e5b6332bb395db4419ea6e9f1550ec331ab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 11:59:52 +0300 Subject: fix headlines-spacer height in grid mode --- themes/compact_night.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/compact_night.css') 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; -- cgit v1.2.3