forked from rDrama/rDrama
1
0
Fork 0

make expanded images take full width on mobile

master
Aevann 2023-06-25 20:40:08 +03:00
parent 26d39159aa
commit da19431fc1
1 changed files with 1 additions and 1 deletions

View File

@ -6840,7 +6840,7 @@ div.markdown {
border: 5px white solid;
}
#expandImageModal > .modal-dialog {
max-width: 80% !important;
max-width: 100% !important;
max-height: 100%;
height: 100%;
margin-top: 0 !important;