mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-06 15:15:05 +08:00
Add aspect ratio overlay styles
This commit is contained in:
parent
5a1951f175
commit
4985d7cd04
11
style.css
11
style.css
@ -328,3 +328,14 @@ input[type="range"]{
|
|||||||
.modalNext:hover {
|
.modalNext:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#imageARPreview{
|
||||||
|
position:absolute;
|
||||||
|
top:0px;
|
||||||
|
left:0px;
|
||||||
|
border:2px solid red;
|
||||||
|
background:rgba(255, 0, 0, 0.3);
|
||||||
|
z-index: 900;
|
||||||
|
pointer-events:none;
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user