mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:45:56 +00:00
fix headlines-spacer height in grid mode
This commit is contained in:
@@ -853,8 +853,8 @@ body.ttrss_main .player:hover {
|
||||
background: #f5f5f5;
|
||||
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