Merge pull request 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

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