forked from extern/easydiffusion
Fix display of very large images
This commit is contained in:
parent
2d9853f1f4
commit
8d9cd0e30b
@ -250,6 +250,8 @@ 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);
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
.line-separator {
|
||||
background: var(--background-color3);
|
||||
|
Loading…
Reference in New Issue
Block a user