summaryrefslogtreecommitdiff
path: root/css/zoom.less
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/zoom.less
parent557ed6bcad22413a037a41ae3407ea22b1be94d7 (diff)
zoom mode: hide .attachments
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/zoom.less b/css/zoom.less
index ad5317031..2fb773f2b 100644
--- a/css/zoom.less
+++ b/css/zoom.less
@@ -10,6 +10,10 @@ body.ttrss_zoom {
background : white;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
+ .attachments {
+ display : none;
+ }
+
div.header {
margin : 10px;
padding-bottom : 10px;