forked from rDrama/rDrama
1
0
Fork 0

remove max-width for expanded images

master
Aevann1 2022-08-20 02:08:31 +02:00
parent da4070b62a
commit 30d4fc6a62
2 changed files with 2 additions and 7 deletions

View File

@ -1785,11 +1785,6 @@ button.close {
} }
.modal-footer > * { .modal-footer > * {
margin: 0.25rem; margin: 0.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
} }
.modal-dialog-scrollable { .modal-dialog-scrollable {
max-height: calc(100% - 3.5rem); max-height: calc(100% - 3.5rem);
@ -4729,7 +4724,7 @@ blockquote p, blockquote h1 {
padding-top: 0.7rem; padding-top: 0.7rem;
} }
@media (min-width: 576px) { @media (min-width: 576px) {
.modal-dialog { .modal-dialog:not(.expandedimage) {
max-width: 50% !important; max-width: 50% !important;
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': 467, 'css/main.css': 468,
'css/catalog.css': 2, 'css/catalog.css': 2,
'css/4chan.css': 61, 'css/4chan.css': 61,