diff options
author | Ivan <ivan.demian2009@gmail.com> | 2023-01-27 12:21:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 12:21:48 +0000 |
commit | 63391419c11c1749a3d83dade19235a836c509f9 (patch) | |
tree | 5781c7fe6de7a61bb5936956e68e0582f03d7f6c /style.css | |
parent | f5d73b6a6646b51027c8e6f6c6154f21b58d6af2 (diff) | |
parent | 9beb794e0b0dc1a0f9e89d8e38bd789a8c608397 (diff) | |
download | stable-diffusion-webui-gfx803-63391419c11c1749a3d83dade19235a836c509f9.tar.gz stable-diffusion-webui-gfx803-63391419c11c1749a3d83dade19235a836c509f9.tar.bz2 stable-diffusion-webui-gfx803-63391419c11c1749a3d83dade19235a836c509f9.zip |
Merge branch 'AUTOMATIC1111:master' into master
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{
|