diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-09 07:52:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 07:52:21 +0000 |
commit | e00b4df7c6f0a13941d6f6ea425eebdaa2bc9318 (patch) | |
tree | c01de5d0efb2f6bb414722e398e29316ecafb74f /style.css | |
parent | 14192c5b207b16b1ec7a4c9c4ea538d1a6811a4d (diff) | |
parent | 0ec80f0125a14c03ac860279f40c0c062dbde0cf (diff) | |
download | stable-diffusion-webui-gfx803-e00b4df7c6f0a13941d6f6ea425eebdaa2bc9318.tar.gz stable-diffusion-webui-gfx803-e00b4df7c6f0a13941d6f6ea425eebdaa2bc9318.tar.bz2 stable-diffusion-webui-gfx803-e00b4df7c6f0a13941d6f6ea425eebdaa2bc9318.zip |
Merge pull request #1752 from Greendayle/dev/deepdanbooru
Added DeepDanbooru interrogator
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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{
|