forked from MarseyWorld/MarseyWorld
remove max-width for expanded images on mobile
parent
5065ab3b48
commit
336ad55fe4
|
@ -3627,7 +3627,7 @@ small, .small {
|
|||
font-size: 1.25rem;
|
||||
}
|
||||
@media (max-width: 767.98px) {
|
||||
.modal-dialog {
|
||||
.modal-dialog:not(.expandedimage) {
|
||||
margin: auto;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 451,
|
||||
'css/main.css': 452,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue