simplify zoom mode display
This commit is contained in:
+32
-27
@@ -19,38 +19,43 @@ body.ttrss_zoom {
|
||||
font-size : 12px;
|
||||
color : #555;
|
||||
|
||||
.author {
|
||||
font-size : 11px;
|
||||
.row {
|
||||
display : flex;
|
||||
margin-bottom : 4px;
|
||||
flex-wrap : nowrap;
|
||||
|
||||
> * {
|
||||
align-self : center;
|
||||
}
|
||||
}
|
||||
|
||||
.comments {
|
||||
flex-grow : 2;
|
||||
}
|
||||
|
||||
.date {
|
||||
text-align : right;
|
||||
white-space : nowrap;
|
||||
align-self : flex-start;
|
||||
}
|
||||
|
||||
img, i {
|
||||
margin : 0px 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.title {
|
||||
flex-grow : 2;
|
||||
align-self : flex-start;
|
||||
font-size : 15px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui-bold;
|
||||
}
|
||||
|
||||
div.feed-title {
|
||||
float : left;
|
||||
text-align : right;
|
||||
}
|
||||
|
||||
a.comments {
|
||||
text-align : right;
|
||||
}
|
||||
|
||||
div.date {
|
||||
float : none;
|
||||
text-align : right;
|
||||
margin-bottom : 5px;
|
||||
}
|
||||
|
||||
div.tags {
|
||||
|
||||
}
|
||||
|
||||
div.tags img {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
div.title {
|
||||
white-space : normal;
|
||||
font-size : 16px;
|
||||
margin-bottom : 5px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user