From 8cd7f31bdec78c4519ec5365a1bafb6fcefa50c5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Feb 2019 19:46:09 +0300 Subject: utility css updates --- css/zoom.less | 50 ++++---------------------------------------------- 1 file changed, 4 insertions(+), 46 deletions(-) (limited to 'css/zoom.less') diff --git a/css/zoom.less b/css/zoom.less index 2fb773f2b..d55a982e5 100644 --- a/css/zoom.less +++ b/css/zoom.less @@ -1,10 +1,4 @@ body.ttrss_zoom { - margin-left : auto; - margin-right : auto; - padding : 20px; - max-width : 800px; - background : @color-panel-bg; - div.post { border : 1px solid #ddd; background : white; @@ -15,7 +9,6 @@ body.ttrss_zoom { } div.header { - margin : 10px; padding-bottom : 10px; border: 0px solid #eee; border-bottom-width: 1px; @@ -27,38 +20,8 @@ body.ttrss_zoom { 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 { - text-align : right; + align-items : center; + justify-content : space-between; } } @@ -68,16 +31,11 @@ body.ttrss_zoom { hyphens: auto; } - div.footer { - margin-top : 1em; - text-align : center; - } - div.content { font-size : 15px; line-height : 1.5; - padding : 10px; - border-width : 0px; + border-width : 0; + padding : 0; img, video { max-width : 760px; -- cgit v1.2.3