summaryrefslogtreecommitdiff
path: root/themes/light/zoom.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/zoom.less')
-rw-r--r--themes/light/zoom.less15
1 files changed, 10 insertions, 5 deletions
diff --git a/themes/light/zoom.less b/themes/light/zoom.less
index fd39e5b76..3318482c2 100644
--- a/themes/light/zoom.less
+++ b/themes/light/zoom.less
@@ -12,8 +12,8 @@ body.ttrss_zoom {
}
div.header {
- padding-bottom : 10px;
- border: 0px solid @border-default;
+ padding-bottom : 8px;
+ border: 0 solid @border-default;
border-bottom-width: 1px;
background : @default-bg;
font-size : @font-size-toolbar;
@@ -25,6 +25,11 @@ body.ttrss_zoom {
flex-wrap : nowrap;
align-items : center;
justify-content : space-between;
+
+ h1 {
+ margin-top : 0;
+ margin-bottom : 8px;
+ }
}
}
@@ -33,6 +38,7 @@ body.ttrss_zoom {
line-height : 1.5;
border-width : 0;
padding : 0;
+ padding-top : 8px;
img, video {
max-width : 760px;
@@ -42,7 +48,7 @@ body.ttrss_zoom {
blockquote {
margin : 5px 0px 5px 0px;
color : @default-text;
- padding-left : 10px;
+ padding-left : 8px;
border: 0px solid @border-default;
border-left-width: 4px;
}
@@ -54,8 +60,7 @@ body.ttrss_zoom {
}
pre {
- margin : 5px 0px 5px 0px;
- padding : 10px;
+ padding : 8px;
color : @default-text;
font-family : monospace;
font-size : 12px;