forked from rDrama/rDrama
1
0
Fork 0

fix expanded images

master
Aevann 2023-06-07 07:43:55 +03:00
parent 06288f1c3e
commit 6011f4aab7
1 changed files with 6 additions and 1 deletions

View File

@ -6828,9 +6828,14 @@ div.markdown {
}
#desktop-expanded-image {
max-width: 100%;
max-height: 100vh;
max-height: 80vh;
border: 5px white solid;
}
#expandImageModal > .modal-dialog {
max-width: 80% !important;
max-height: 100%;
height: 100%;
}
.fas.fa-ellipsis-h {
margin: 0 0.15rem 0 0 !important;
}