1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 17:51:29 +00:00

headlines: hide blank feed elements if not rendering virtual feed

This commit is contained in:
Andrew Dolgov
2019-02-01 12:46:23 +03:00
parent 1124c3f00a
commit 26ac57b092
7 changed files with 16 additions and 3 deletions

View File

@@ -811,6 +811,10 @@ body.ttrss_main {
border-width : 0px;
}
#headlines-frame[is-vfeed="0"] .header .feed {
display : none;
}
#headlines-frame {
padding : 0px;
border: 0px @border-default;