aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-10-09 23:38:54 +0000
committerGitHub <noreply@github.com>2022-10-09 23:38:54 +0000
commit4117afff11c7b0a2162c73ea02be8cfa30d02640 (patch)
treeaf26f1b0c9eac8c024d2e51ec8fb5ca4a4d45ed3 /style.css
parente2c2925eb4d634b186de2c76798162ec56e2f869 (diff)
parent45fbd1c5fec887988ab555aac75a999d4f3aff40 (diff)
downloadstable-diffusion-webui-gfx803-4117afff11c7b0a2162c73ea02be8cfa30d02640.tar.gz
stable-diffusion-webui-gfx803-4117afff11c7b0a2162c73ea02be8cfa30d02640.tar.bz2
stable-diffusion-webui-gfx803-4117afff11c7b0a2162c73ea02be8cfa30d02640.zip
Merge branch 'master' into embed-embeddings-in-images
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6904fc50..c0c3f2bb 100644
--- a/style.css
+++ b/style.css
@@ -103,7 +103,12 @@
#style_apply, #style_create, #interrogate{
margin: 0.75em 0.25em 0.25em 0.25em;
- min-width: 3em;
+ min-width: 5em;
+}
+
+#style_apply, #style_create, #deepbooru{
+ margin: 0.75em 0.25em 0.25em 0.25em;
+ min-width: 5em;
}
#style_pos_col, #style_neg_col{
@@ -448,3 +453,13 @@ input[type="range"]{
.context-menu-items a:hover{
background: #a55000;
}
+
+#quicksettings > div{
+ border: none;
+ background: none;
+}
+
+#quicksettings > div > div{
+ max-width: 32em;
+ padding: 0;
+}