forked from rDrama/rDrama
1
0
Fork 0

fix modal max-width

master
Aevann1 2022-08-27 00:32:00 +02:00
parent f9b56bd046
commit 22a6dfe402
2 changed files with 5 additions and 6 deletions

View File

@ -1788,7 +1788,6 @@ button.close {
.modal-dialog-centered::before { .modal-dialog-centered::before {
height: calc(100vh - 3.5rem); height: calc(100vh - 3.5rem);
} }
}
@media (min-width: 992px) { @media (min-width: 992px) {
.modal-xl { .modal-xl {
max-width: 800px; max-width: 800px;
@ -3616,7 +3615,7 @@ small, .small {
font-size: 1.25rem; font-size: 1.25rem;
} }
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
.modal-dialog:not(.expandedimage):not(.awardmodal) { .modal-dialog {
margin: auto; margin: auto;
max-width: 80%; max-width: 80%;
} }
@ -4690,9 +4689,9 @@ textarea {
padding: 0.5rem 1.5rem 0.5rem 0.5rem; padding: 0.5rem 1.5rem 0.5rem 0.5rem;
} }
} }
@media (min-width: 576px) { @media (min-width: 767.98px) {
.modal-dialog:not(.expandedimage):not(.awardmodal) { .modal-dialog {
max-width: 50% !important; max-width: 50%;
margin: 1.75rem auto !important; margin: 1.75rem auto !important;
} }
} }

View File

@ -1,6 +1,6 @@
{%- {%-
set CACHE_VER = { set CACHE_VER = {
'css/main.css': 491, 'css/main.css': 492,
'css/catalog.css': 2, 'css/catalog.css': 2,
'css/4chan.css': 61, 'css/4chan.css': 61,