forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-17 20:39:34 -06:00
parent 620d0d32c2
commit 9508bcc6ab
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,6 @@
<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">
<div class="modal-content bg-transparent shadow-none m-5 md:m-0">
<div class="modal-body text-center p-0">
<div class="inline-block relative">
<a href="" rel="nofollow noopener noreferrer" target="_blank" id="desktop-expanded-image-wrap-link">
@ -21,8 +20,4 @@
width: fit-content;
width: -moz-fit-content;
}
.m-5 {
margin: 2.5rem !important;
}
</style>