diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-26 20:29:27 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-26 20:31:32 +0000 |
commit | 7a14c8ab45da8a681792a6331d48a88dd684a0a9 (patch) | |
tree | e69e23e824ac24c544e0b236367e20742a44a11e /style.css | |
parent | 645f4e7ef8c9d59deea7091a22373b2da2b780f2 (diff) | |
download | stable-diffusion-webui-gfx803-7a14c8ab45da8a681792a6331d48a88dd684a0a9.tar.gz stable-diffusion-webui-gfx803-7a14c8ab45da8a681792a6331d48a88dd684a0a9.tar.bz2 stable-diffusion-webui-gfx803-7a14c8ab45da8a681792a6331d48a88dd684a0a9.zip |
add an option to enable sections from extras tab in txt2img/img2img
fix some style inconsistenices
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -164,7 +164,7 @@ min-height: 3.2em;
}
-#txt2img_styles ul, #img2img_styles ul{
+ul.list-none{
max-height: 35em;
z-index: 2000;
}
@@ -714,9 +714,6 @@ footer { white-space: nowrap;
min-width: auto;
}
-#txt2img_hires_fix{
- margin-left: -0.8em;
-}
#img2img_copy_to_img2img, #img2img_copy_to_sketch, #img2img_copy_to_inpaint, #img2img_copy_to_inpaint_sketch{
margin-left: 0em;
@@ -744,7 +741,6 @@ footer { .dark .gr-compact{
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
- margin-left: 0.8em;
}
.gr-compact{
|