forked from MarseyWorld/MarseyWorld
reduce expanded image max height to account for mobile browser UI
parent
b4e801da85
commit
1d9fc56075
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue