From d0d05e4079cb5f9582a1802fbc1cb70694dcb040 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Dec 2018 07:20:13 +0300 Subject: zoom mode: hide .attachments --- css/zoom.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/zoom.less') 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; -- cgit v1.2.3