aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-16 08:50:49 +0000
committerGitHub <noreply@github.com>2023-01-16 08:50:49 +0000
commitfcbe0f35fbf1355e986d17410feb5c734d55ed47 (patch)
tree7422a32d5c63f7c7c2da893e408c00b394bb094e /style.css
parent972f5785073b8ba5957add72debd74fc56ee9329 (diff)
parent2144c2eb7f5842caed1227d4ec7e659c79a84ce9 (diff)
downloadstable-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.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index 78fa9838..1fddfcc2 100644
--- a/style.css
+++ b/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