diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-16 14:36:56 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-16 14:36:56 +0000 |
commit | 55947857f035040d00249f02b17e39370033a99b (patch) | |
tree | 096e7a18584464539c698f50b801ea9d2fa9f271 /style.css | |
parent | d073637e104fa7256e0b0c546b5b83a16b881b8a (diff) | |
download | stable-diffusion-webui-gfx803-55947857f035040d00249f02b17e39370033a99b.tar.gz stable-diffusion-webui-gfx803-55947857f035040d00249f02b17e39370033a99b.tar.bz2 stable-diffusion-webui-gfx803-55947857f035040d00249f02b17e39370033a99b.zip |
add a button for XY Plot to fill in available values for axes that support this
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -644,7 +644,7 @@ canvas[key="mask"] { max-width: 2.5em;
min-width: 2.5em !important;
height: 2.4em;
- margin: 0.55em 0;
+ margin: 0.55em 0.7em 0.55em 0;
}
#quicksettings .gr-button-tool{
@@ -717,16 +717,6 @@ 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
|