zoom mode: hide .attachments

This commit is contained in:
Andrew Dolgov
2018-12-10 07:20:13 +03:00
parent 557ed6bcad
commit d0d05e4079
4 changed files with 10 additions and 3 deletions

View File

@@ -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;