Merge pull request #754 from patriceac/patch-15

Fix display of very large images
This commit is contained in:
cmdr2 2023-01-10 20:00:00 +05:30 committed by GitHub
commit c3e6e63023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,6 +251,10 @@ button#resume {
img {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
div.img-preview img {
width:100%;
height: 100%;
}
.line-separator {
background: var(--background-color3);
height: 1pt;