forked from MarseyWorld/MarseyWorld
parent
e0e52d4c7c
commit
9d79c10966
|
@ -4729,7 +4729,7 @@ blockquote p, blockquote h1 {
|
|||
padding-top: 0.7rem;
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.modal-dialog:not(.expandedimage) {
|
||||
.modal-dialog {
|
||||
max-width: 50% !important;
|
||||
margin: 1.75rem auto !important;
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<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-0 expandedimage" role="document">
|
||||
<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-body text-center p-0">
|
||||
<div class="d-inline-block position-relative">
|
||||
<a href="/" rel="nofollow noopener noreferrer" target="_blank" id="desktop-expanded-image-wrap-link">
|
||||
<img loading="lazy" alt="expanded image" referrerpolicy="no-referrer" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 100vw">
|
||||
<img loading="lazy" alt="expanded image" referrerpolicy="no-referrer" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;min-width: max(250px,50vw)">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 465,
|
||||
'css/main.css': 466,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue