summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 16:42:21 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 16:42:21 +0300
commit369bac525bda0afdf80718d306f9047521ade953 (patch)
treec4673491c439fda2b002a6592f7df415ba0f4601 /css/zoom.less
parent26c074ed7e4e2881e91a014fc40a8f2d0115a632 (diff)
simplify zoom mode display
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less45
1 files changed, 25 insertions, 20 deletions
diff --git a/css/zoom.less b/css/zoom.less
index 347a44a7e..566e34f08 100644
--- a/css/zoom.less
+++ b/css/zoom.less
@@ -19,37 +19,42 @@ body.ttrss_zoom {
font-size : 12px;
color : #555;
- .author {
- font-size : 11px;
+ .row {
+ display : flex;
+ margin-bottom : 4px;
+ flex-wrap : nowrap;
+
+ > * {
+ align-self : center;
+ }
}
- div.feed-title {
- float : left;
- text-align : right;
- }
-
- a.comments {
- text-align : right;
+ .comments {
+ flex-grow : 2;
}
- div.date {
- float : none;
+ .date {
text-align : right;
- margin-bottom : 5px;
+ white-space : nowrap;
+ align-self : flex-start;
}
- div.tags {
-
+ img, i {
+ margin : 0px 4px;
+ vertical-align: middle;
}
- div.tags img {
- 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.title {
- white-space : normal;
- font-size : 16px;
- margin-bottom : 5px;
+ div.feed-title {
+ text-align : right;
}
}