1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 18:21:29 +00:00

in grid mode, hide feed title from header

This commit is contained in:
Andrew Dolgov
2021-03-10 11:51:06 +03:00
parent b6033d0bbd
commit df9c389cbf
6 changed files with 19 additions and 0 deletions

View File

@@ -783,6 +783,10 @@ body.ttrss_main {
.header {
border-bottom-width : 0;
padding : 4px;
.feed {
display : none;
}
}
.footer {