mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
Merge pull request #754 from patriceac/patch-15
Fix display of very large images
This commit is contained in:
commit
c3e6e63023
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user