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

View File

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