fix prev commit

master
Aevann1 2022-10-17 20:22:29 +02:00
parent e514b86eb6
commit 9358b75027
2 changed files with 1 additions and 2 deletions

View File

@ -5207,7 +5207,6 @@ a.emojitab {
width: fit-content;
width: -moz-fit-content;
max-width: 80% !important;
max-height: 90vh;
}
.m-5 {

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 noreferrer" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" referrerpolicy="no-referrer" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;min-width: min(250px,50vw);border:5px white solid">
<img loading="lazy" alt="expanded image" referrerpolicy="no-referrer" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;min-width: min(250px,50vw);max-height:90vh;border:5px white solid">
</a>
</div>
</div>