forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-17 20:07:20 -06:00
parent 3940309376
commit 81cc48a8f9
1 changed files with 8 additions and 3 deletions

View File

@ -1,12 +1,13 @@
<div class="modal desktop-expanded-image-modal" id="expandImageModal" tabindex="-1" role="dialog" aria-labelledby="expandImageModalTitle" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-centered mx-auto expandedimage" role="document">
<div class="modal-content bg-transparent shadow-none m-5 md:0">
<div class="modal-content bg-transparent shadow-none">
<div class="modal-body text-center p-0">
<div class="inline-block relative">
<div class="d-inline-block position-relative">
<a href="" rel="nofollow noopener noreferrer" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;">
</a>
<div class="absolute flex justify-between items-center w-full mt-1">
<div class="position-absolute d-flex justify-content-between align-items-center w-100 mt-1">
<a href="" rel="nofollow noopener noreferrer" target="_blank" class="text-gray-500 font-weight-bold text-left" id="desktop-expanded-image-link">View original</a>
</div>
</div>
@ -20,4 +21,8 @@
width: fit-content;
width: -moz-fit-content;
}
.m-5 {
margin: 2.5rem !important;
}
</style>