Merge pull request #763 from patriceac/patch-18

Another fix for high res images
This commit is contained in:
cmdr2 2023-01-12 10:23:01 +05:30 committed by GitHub
commit df3d00ef94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);