mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 01:34:38 +01:00
Merge pull request #725 from patriceac/patch-9
Limit the size of zoomed-in source images
This commit is contained in:
commit
af43a92a2f
@ -1112,6 +1112,8 @@ div.task-initimg:hover div.task-fs-initimage {
|
||||
z-index: 9999;
|
||||
box-shadow: 0 0 30px #000;
|
||||
margin-top:-64px;
|
||||
max-width: 75vw;
|
||||
max-height: 75vh;
|
||||
}
|
||||
div.top-right {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user