mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
consistency: show author in multipanel headlines row
This commit is contained in:
@@ -236,6 +236,7 @@ body.ttrss_main {
|
||||
img {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.left, .right {
|
||||
display : flex;
|
||||
|
||||
@@ -259,6 +260,13 @@ body.ttrss_main {
|
||||
text-overflow : ellipsis;
|
||||
}
|
||||
|
||||
span.author {
|
||||
white-space : nowrap;
|
||||
color : @default-text;
|
||||
font-size : 11px;
|
||||
font-weight : normal;
|
||||
}
|
||||
|
||||
div.right {
|
||||
text-align : right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user