forked from MarseyWorld/MarseyWorld
remove max-width for expanded images
parent
da4070b62a
commit
30d4fc6a62
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue