1
0
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:
Andrew Dolgov
2018-12-09 16:12:04 +03:00
parent a1c595687e
commit 95e1038e6d
6 changed files with 23 additions and 3 deletions

View File

@@ -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;
}