mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 00:31:49 -08:00
Fix blinking text of hr and scale res
goodbye
This commit is contained in:
parent
2e006fa500
commit
36791cb6af
1 changed files with 5 additions and 0 deletions
|
|
@ -309,6 +309,11 @@ button.custom-button{
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#txtimg_hr_finalres div.pending, #img2img_scale_resolution_preview div.pending {
|
||||
opacity: 1;
|
||||
transition: opacity 0s;
|
||||
}
|
||||
|
||||
.inactive{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue