summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 07:20:13 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 07:20:13 +0300
commitd0d05e4079cb5f9582a1802fbc1cb70694dcb040 (patch)
tree2af9d0285d5094924757f99e9dd5c2c2e6d688e8 /css/default.css
parent557ed6bcad22413a037a41ae3407ea22b1be94d7 (diff)
zoom mode: hide .attachments
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index cfd02f2fe..58d4d0459 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1893,6 +1893,9 @@ body.ttrss_zoom div.post {
background: white;
box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.1);
}
+body.ttrss_zoom div.post .attachments {
+ display: none;
+}
body.ttrss_zoom div.post div.header {
margin: 10px;
padding-bottom: 10px;