Merge pull request #4997 from VidVidex/master

Fix attachment viewer not being hidden
This commit is contained in:
Lauri Ojansivu 2023-07-08 21:03:07 +03:00 committed by GitHub
commit 05d952b864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,6 @@
.hidden {
display: none;
}
.attachment-upload {
text-align: center;
font-weight: bold;

View file

@ -31,9 +31,7 @@ template(name="attachmentDeletePopup")
button.js-confirm.negate.full(type="submit") {{_ 'delete'}}
template(name="attachmentViewer")
// Disabled attachment viewer, because it opens with empty content
// when opening card.
//#viewer-overlay.hidden
#viewer-overlay.hidden
#viewer-top-bar
span#attachment-name
a#viewer-close.fa.fa-times-thin