mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-20 01:31:44 +02:00
fix double border for dimension controls
This commit is contained in:
@@ -1621,6 +1621,10 @@ button.tool.secondary:hover,
|
||||
[id$="2img_res_switch_btn"]{
|
||||
margin:-1px !important;
|
||||
}
|
||||
#dim_controls > div:nth-child(2){
|
||||
margin-top:-1px !important;
|
||||
margin-bottom:-1px !important;
|
||||
}
|
||||
/***************************/
|
||||
/* Generate Interrupt Skip */
|
||||
/***************************/
|
||||
|
||||
Reference in New Issue
Block a user