summaryrefslogtreecommitdiff
path: root/css/default.css
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/default.css
parent26c074ed7e4e2881e91a014fc40a8f2d0115a632 (diff)
simplify zoom mode display
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css39
1 files changed, 24 insertions, 15 deletions
diff --git a/css/default.css b/css/default.css
index 1d98f130b..5839cbdb5 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1890,28 +1890,37 @@ body.ttrss_zoom div.post div.header {
font-size: 12px;
color: #555;
}
-body.ttrss_zoom div.post div.header .author {
- font-size: 11px;
+body.ttrss_zoom div.post div.header .row {
+ display: flex;
+ margin-bottom: 4px;
+ flex-wrap: nowrap;
}
-body.ttrss_zoom div.post div.header div.feed-title {
- float: left;
- text-align: right;
+body.ttrss_zoom div.post div.header .row > * {
+ align-self: center;
}
-body.ttrss_zoom div.post div.header a.comments {
- text-align: right;
+body.ttrss_zoom div.post div.header .comments {
+ flex-grow: 2;
}
-body.ttrss_zoom div.post div.header div.date {
- float: none;
+body.ttrss_zoom div.post div.header .date {
text-align: right;
- margin-bottom: 5px;
+ white-space: nowrap;
+ align-self: flex-start;
}
-body.ttrss_zoom div.post div.header div.tags img {
+body.ttrss_zoom div.post div.header img,
+body.ttrss_zoom div.post div.header i {
+ margin: 0px 4px;
vertical-align: middle;
}
-body.ttrss_zoom div.post div.header div.title {
- white-space: normal;
- font-size: 16px;
- margin-bottom: 5px;
+body.ttrss_zoom div.post div.header .title {
+ flex-grow: 2;
+ align-self: flex-start;
+ font-size: 15px;
+ font-weight: 600;
+ text-rendering: optimizelegibility;
+ font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+body.ttrss_zoom div.post div.header div.feed-title {
+ text-align: right;
}
body.ttrss_zoom div.post p {
-webkit-hyphens: auto;