mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
Another fix for high res images
This time to address the height.
This commit is contained in:
parent
037512ca5c
commit
bb47835256
@ -254,6 +254,7 @@ img {
|
||||
div.img-preview img {
|
||||
width:100%;
|
||||
height: 100%;
|
||||
max-height: 70vh;
|
||||
}
|
||||
.line-separator {
|
||||
background: var(--background-color3);
|
||||
|
Loading…
Reference in New Issue
Block a user