forked from rDrama/rDrama
1
0
Fork 0

apparently i dont need modal-content in expandedImage anymore lol

master
Aevann 2023-10-02 06:13:29 +03:00
parent a27d8889a2
commit f0747484b5
1 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,10 @@
<div class="modal" id="m-expandImage" tabindex="-1">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content" style="background-color: transparent !important; border: none !important;">
<div class="modal-body text-center p-0">
<a rel="nofollow noopener" target="_blank" id="expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" class="rounded" id="expanded-image">
</a>
</div>
<div class="modal-body text-center p-0">
<a rel="nofollow noopener" target="_blank" id="expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" class="rounded" id="expanded-image">
</a>
</div>
</div>
</div>