mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
consistency: show author in multipanel headlines row
This commit is contained in:
@@ -227,6 +227,12 @@ body.ttrss_main .hl div.title {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
body.ttrss_main .hl span.author {
|
||||
white-space: nowrap;
|
||||
color: #cccccc;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
}
|
||||
body.ttrss_main .hl div.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user