summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 11:51:06 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 11:51:06 +0300
commitdf9c389cbfde122d0e78af739fecd644b3aa07cb (patch)
tree4e01f3bb785843a4f3eb871a840fd9a06c3cc498 /themes/light
parentb6033d0bbd8d253b7bea1450b1b566b96fd9f22a (diff)
in grid mode, hide feed title from header
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index dc76c6846..a7571c5cc 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -783,6 +783,10 @@ body.ttrss_main {
.header {
border-bottom-width : 0;
padding : 4px;
+
+ .feed {
+ display : none;
+ }
}
.footer {