forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-06-07 07:52:28 +03:00
parent 3ff8f5a687
commit 15f0a94e57
1 changed files with 3 additions and 1 deletions

View File

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