feat: ability to zoom on chat images

This commit is contained in:
João Matheus
2024-03-11 13:48:34 -03:00
parent 0685e04aae
commit 09ceefe053
3 changed files with 50 additions and 2 deletions
@@ -31,6 +31,7 @@
.modal-image {
@apply max-h-[76vh] max-w-[76vw];
transition: transform 0.3s ease-in-out;
}
.modal-video {