diff --git a/files/assets/css/main.css b/files/assets/css/main.css index cc437e1be..9b300fba6 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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; }