fix expanded images getting aligned to the left

pull/148/head
Aevann 2023-05-12 18:52:40 +03:00
parent dc55f4a5d0
commit 1a4e869d31
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
<div class="modal" id="expandImageModal" tabindex="-1">
<div class="modal-dialog modal-dialog-centered">
<a rel="nofollow noopener" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" class="rounded" id="desktop-expanded-image">
</a>
<div class="modal-body text-center p-0">
<a rel="nofollow noopener" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" class="rounded" id="desktop-expanded-image">
</a>
</div>
</div>
</div>