try to fix iphone zooming issue

pull/147/head
Aevann 2023-05-10 01:07:31 +03:00
parent 42f8b12ba1
commit 2ca75bb000
2 changed files with 3 additions and 3 deletions

View File

@ -6831,8 +6831,8 @@ div.markdown {
margin-bottom: 10px !important;
}
#desktop-expanded-image {
max-height:80vh;
border:5px white solid;
max-width: 100%;
border: 5px white solid;
object-fit: contain;
}
.fas.fa-ellipsis-h {

View File

@ -4,7 +4,7 @@
<div class="modal-body text-center p-0">
<div class="d-inline-block position-relative">
<a href="/" rel="nofollow noopener" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" class="img-fluid rounded" id="desktop-expanded-image">
<img loading="lazy" alt="expanded image" class="rounded" id="desktop-expanded-image">
</a>
</div>
</div>