img2img styled padding fix
This commit is contained in:
parent
f4eeff659e
commit
1e22f48f4d
1 changed files with 2 additions and 3 deletions
|
@ -156,14 +156,13 @@
|
|||
|
||||
#txt2img_styles_row, #img2img_styles_row{
|
||||
gap: 0.25em;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
#txt2img_styles_row > button, #img2img_styles_row > button{
|
||||
margin: 0;
|
||||
}
|
||||
#txt2img_styles_row {
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
#txt2img_styles, #img2img_styles{
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue