fix prev commit
parent
e514b86eb6
commit
9358b75027
|
@ -5207,7 +5207,6 @@ a.emojitab {
|
|||
width: fit-content;
|
||||
width: -moz-fit-content;
|
||||
max-width: 80% !important;
|
||||
max-height: 90vh;
|
||||
}
|
||||
|
||||
.m-5 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue