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

View File

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