reduce expanded image max height to account for mobile browser UI

master
Aevann 2023-06-23 13:49:57 +03:00
parent b4e801da85
commit 1d9fc56075
1 changed files with 1 additions and 1 deletions

View File

@ -6836,7 +6836,7 @@ div.markdown {
}
#desktop-expanded-image {
max-width: 100%;
max-height: 100vh;
max-height: 90vh;
border: 5px white solid;
}
#expandImageModal > .modal-dialog {