diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-12-10 10:35:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 10:35:51 +0000 |
commit | 2028aa06c0818aeb83b61f68cfbbcd6cb91f179e (patch) | |
tree | 9633b33b0063e30bf73603a35a7bac17f0ecfdda /style.css | |
parent | 854bb0b56c881126f9bd3c2a22ad3be0a67d2400 (diff) | |
parent | 6387043fd2c3311d66690ff27d7da0e030b29cd8 (diff) | |
download | stable-diffusion-webui-gfx803-2028aa06c0818aeb83b61f68cfbbcd6cb91f179e.tar.gz stable-diffusion-webui-gfx803-2028aa06c0818aeb83b61f68cfbbcd6cb91f179e.tar.bz2 stable-diffusion-webui-gfx803-2028aa06c0818aeb83b61f68cfbbcd6cb91f179e.zip |
Merge pull request #3198 from papuSpartan/master
Add Clear Prompt button to roll_col
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ padding: 0.4em 0;
}
-#roll, #paste, #style_create, #style_apply{
+#roll_col > button {
min-width: 2em;
min-height: 2em;
max-width: 2em;
|