mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-07 17:52:17 -08:00
compact checkbox and fix copy image btn overflow
also fixes type for #tab_extensions in style.css
This commit is contained in:
parent
f2eae6127d
commit
bf457b30fb
2 changed files with 6 additions and 2 deletions
|
|
@ -589,7 +589,7 @@ canvas[key="mask"] {
|
|||
|
||||
/* Extensions */
|
||||
|
||||
#tab_extensions table``{
|
||||
#tab_extensions table{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
|
@ -718,6 +718,10 @@ footer {
|
|||
margin-left: -0.8em;
|
||||
}
|
||||
|
||||
#img2img_copy_to_img2img, #img2img_copy_to_sketch, #img2img_copy_to_inpaint, #img2img_copy_to_inpaint_sketch{
|
||||
margin-left: 0em;
|
||||
}
|
||||
|
||||
.inactive{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue