forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-17 19:59:03 -06:00
parent 988287c7c0
commit 3940309376
1 changed files with 1 additions and 5 deletions

View File

@ -1,6 +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: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">
@ -20,8 +20,4 @@
width: fit-content;
width: -moz-fit-content;
}
.m-5 {
margin: 2.5rem !important;
}
</style>