summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 13:57:54 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 13:57:54 +0300
commit42780ddeb3fd04d2361ad40c1403a77cc794820a (patch)
tree148e392c1bcd87e18259e2c98833b2e19b7f1bae /css/cdm.less
parent302cffb1a77dd62746fcbb4aec6982f14a344719 (diff)
in grouped mode, don't display feed titles twice
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/cdm.less b/css/cdm.less
index 4c90536f3..17f2ee3bc 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -148,6 +148,10 @@ div.cdm.active div.content {
color : black;
}
+div.cdm.vgrlf .feed {
+ display : none;
+}
+
.cdm {
div.feed-title {
border: 0px solid @color-link;