mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-30 06:40:09 +02:00
Fix display of very large images
This commit is contained in:
parent
2d9853f1f4
commit
8d9cd0e30b
@ -250,6 +250,8 @@ button#resume {
|
|||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
|
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 {
|
.line-separator {
|
||||||
background: var(--background-color3);
|
background: var(--background-color3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user