summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-19 19:46:09 +0300
committerAndrew Dolgov <[email protected]>2019-02-19 19:46:09 +0300
commit8cd7f31bdec78c4519ec5365a1bafb6fcefa50c5 (patch)
tree7202ac3d24a7e57525dbfdf9e507d8619f5e7b01 /css/zoom.less
parent73c845858c02290ae563a8c021ef6f71d1fac9af (diff)
utility css updates
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less50
1 files changed, 4 insertions, 46 deletions
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;