mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:06:02 +00:00
fix headlines-spacer height in grid mode
This commit is contained in:
@@ -854,8 +854,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;
|
||||
|
||||
Reference in New Issue
Block a user