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: #555555;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
}
|
||||
body.ttrss_main .hl div.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -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