aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-15 11:22:30 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-15 11:22:30 +0000
commitd3463bc59a44d62c2de8b357184c49876d84f654 (patch)
treec89e5a1f2bc06da134a8298ce036892f23650ae9 /style.css
parentf7ca63937ac83d32483285c3af09afaa356d6276 (diff)
downloadstable-diffusion-webui-gfx803-d3463bc59a44d62c2de8b357184c49876d84f654.tar.gz
stable-diffusion-webui-gfx803-d3463bc59a44d62c2de8b357184c49876d84f654.tar.bz2
stable-diffusion-webui-gfx803-d3463bc59a44d62c2de8b357184c49876d84f654.zip
change styling for top right corner UI
made save style button not die when you cancel
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/style.css b/style.css
index c27e53f8..b534f950 100644
--- a/style.css
+++ b/style.css
@@ -115,7 +115,7 @@
padding: 0.4em 0;
}
-#roll, #paste{
+#roll, #paste, #style_create, #style_apply{
min-width: 2em;
min-height: 2em;
max-width: 2em;
@@ -126,14 +126,14 @@
margin: 0.1em 0;
}
-#style_apply, #style_create, #interrogate{
- margin: 0.75em 0.25em 0.25em 0.25em;
- min-width: 5em;
+#interrogate_col{
+ min-width: 0 !important;
+ max-width: 8em !important;
}
-
-#style_apply, #style_create, #deepbooru{
- margin: 0.75em 0.25em 0.25em 0.25em;
- min-width: 5em;
+#interrogate, #deepbooru{
+ margin: 0em 0.25em 0.9em 0.25em;
+ min-width: 8em;
+ max-width: 8em;
}
#style_pos_col, #style_neg_col{