diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-16 08:50:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 08:50:49 +0000 |
commit | fcbe0f35fbf1355e986d17410feb5c734d55ed47 (patch) | |
tree | 7422a32d5c63f7c7c2da893e408c00b394bb094e /style.css | |
parent | 972f5785073b8ba5957add72debd74fc56ee9329 (diff) | |
parent | 2144c2eb7f5842caed1227d4ec7e659c79a84ce9 (diff) | |
download | stable-diffusion-webui-gfx803-fcbe0f35fbf1355e986d17410feb5c734d55ed47.tar.gz stable-diffusion-webui-gfx803-fcbe0f35fbf1355e986d17410feb5c734d55ed47.tar.bz2 stable-diffusion-webui-gfx803-fcbe0f35fbf1355e986d17410feb5c734d55ed47.zip |
Merge pull request #6802 from space-nuko/xy-grid-swap-axes-button
Add swap axes button for XY Grid
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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
|