restore horizontal margin for expanded images

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-13 19:34:31 +02:00
parent 948bd21f9b
commit e0559301d5
1 changed files with 2 additions and 6 deletions

View File

@ -3,15 +3,11 @@
<div class="modal-content bg-transparent shadow-none">
<div class="modal-body text-center p-0">
<div class="d-inline-block position-relative">
<div style="height:10vh" data-bs-dismiss="modal"></div>
<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-width:80%!important;border:5px white solid">
</a>
<div style="height:10vh" data-bs-dismiss="modal"></div>
</div>
</div>
</div>
</div>
</div>
</div>