forked from MarseyWorld/MarseyWorld
fix modal max-width
parent
f9b56bd046
commit
22a6dfe402
|
@ -1788,7 +1788,6 @@ button.close {
|
|||
.modal-dialog-centered::before {
|
||||
height: calc(100vh - 3.5rem);
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.modal-xl {
|
||||
max-width: 800px;
|
||||
|
@ -3616,7 +3615,7 @@ small, .small {
|
|||
font-size: 1.25rem;
|
||||
}
|
||||
@media (max-width: 767.98px) {
|
||||
.modal-dialog:not(.expandedimage):not(.awardmodal) {
|
||||
.modal-dialog {
|
||||
margin: auto;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
@ -4690,9 +4689,9 @@ textarea {
|
|||
padding: 0.5rem 1.5rem 0.5rem 0.5rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.modal-dialog:not(.expandedimage):not(.awardmodal) {
|
||||
max-width: 50% !important;
|
||||
@media (min-width: 767.98px) {
|
||||
.modal-dialog {
|
||||
max-width: 50%;
|
||||
margin: 1.75rem auto !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 491,
|
||||
'css/main.css': 492,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue