mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
headlines-spacer: only set 100% height if auto catchup is enabled
This commit is contained in:
@@ -819,8 +819,10 @@ body.ttrss_main .player:hover {
|
||||
background: #222222;
|
||||
cursor: pointer;
|
||||
}
|
||||
body.ttrss_main #headlines-spacer {
|
||||
body.ttrss_main #headlines-frame.auto_catchup #headlines-spacer {
|
||||
height: 100%;
|
||||
}
|
||||
body.ttrss_main #headlines-spacer {
|
||||
margin-left: 1px;
|
||||
text-align: center;
|
||||
color: #cccccc;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user