summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-11 22:08:40 +0300
committerAndrew Dolgov <[email protected]>2021-03-11 22:08:40 +0300
commit6e0474a7c81ee0c397cc8c2c732a987dfee115c2 (patch)
tree650639673a254d582c4738acc61e38482cdaa6fa /themes/compact_night.css
parentf67d2623b7a50849893cfa774d85e4e2278308e2 (diff)
update zoom layout a bit
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 1870f963b..4ab4ffe24 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1976,8 +1976,8 @@ body.ttrss_zoom div.post .attachments {
display: none;
}
body.ttrss_zoom div.post div.header {
- padding-bottom: 10px;
- border: 0px solid #222;
+ padding-bottom: 8px;
+ border: 0 solid #222;
border-bottom-width: 1px;
background: #333;
font-size: 13px;
@@ -1990,11 +1990,16 @@ body.ttrss_zoom div.post div.header .row {
align-items: center;
justify-content: space-between;
}
+body.ttrss_zoom div.post div.header .row h1 {
+ margin-top: 0;
+ margin-bottom: 8px;
+}
body.ttrss_zoom div.post .content {
font-size: 15px;
line-height: 1.5;
border-width: 0;
padding: 0;
+ padding-top: 8px;
}
body.ttrss_zoom div.post .content img,
body.ttrss_zoom div.post .content video {
@@ -2004,7 +2009,7 @@ body.ttrss_zoom div.post .content video {
body.ttrss_zoom div.post .content blockquote {
margin: 5px 0px 5px 0px;
color: #ccc;
- padding-left: 10px;
+ padding-left: 8px;
border: 0px solid #222;
border-left-width: 4px;
}
@@ -2014,8 +2019,7 @@ body.ttrss_zoom div.post .content code {
font-size: 12px;
}
body.ttrss_zoom div.post .content pre {
- margin: 5px 0px 5px 0px;
- padding: 10px;
+ padding: 8px;
color: #ccc;
font-family: monospace;
font-size: 12px;