mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-27 09:41:31 +00:00
Add swap axes button for XY Grid
This commit is contained in:
10
style.css
10
style.css
@@ -717,6 +717,16 @@ footer {
|
||||
line-height: 2.4em;
|
||||
}
|
||||
|
||||
#xy_grid_button_column {
|
||||
min-width: 38px !important;
|
||||
}
|
||||
|
||||
#xy_grid_button_column button {
|
||||
height: 100%;
|
||||
margin-bottom: 0.7em;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
/* The following handles localization for right-to-left (RTL) languages like Arabic.
|
||||
The rtl media type will only be activated by the logic in javascript/localization.js.
|
||||
If you change anything above, you need to make sure it is RTL compliant by just running
|
||||
|
||||
Reference in New Issue
Block a user