mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
in grouped mode, don't display feed titles twice
This commit is contained in:
@@ -268,6 +268,9 @@ body.ttrss_main .hl a.title.high,
|
||||
body.ttrss_main .hl span.hl-content.high .preview {
|
||||
color: #00aa00;
|
||||
}
|
||||
body.ttrss_main .hl.vgrlf .feed {
|
||||
display: none;
|
||||
}
|
||||
body.ttrss_main .hl.Unread {
|
||||
background: white;
|
||||
}
|
||||
@@ -1161,6 +1164,9 @@ div.cdm.expanded.Unread div.content {
|
||||
div.cdm.active div.content {
|
||||
color: black;
|
||||
}
|
||||
div.cdm.vgrlf .feed {
|
||||
display: none;
|
||||
}
|
||||
.cdm div.feed-title {
|
||||
border: 0px solid #b87d2c;
|
||||
border-bottom-width: 1px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user