feat: Attachment view improvements (#7314)

This commit is contained in:
Sivin Varghese
2023-06-19 11:16:28 +05:30
committed by GitHub
parent 86b2896333
commit 35dfff0a5b
4 changed files with 263 additions and 77 deletions

View File

@@ -29,13 +29,13 @@
}
.modal-image {
max-height: 80vh;
max-width: 80vw;
max-height: 76vh;
max-width: 76vw;
}
.modal-video {
max-height: 80vh;
max-width: 80vw;
max-height: 76vh;
max-width: 76vw;
}
&::before {