Another fix for high res images

This time to address the height.
This commit is contained in:
patriceac 2023-01-11 17:25:54 -08:00 committed by GitHub
parent 037512ca5c
commit bb47835256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,6 +254,7 @@ img {
div.img-preview img {
width:100%;
height: 100%;
max-height: 70vh;
}
.line-separator {
background: var(--background-color3);