diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-23 12:22:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 12:22:06 +0000 |
commit | 663353098e84540763a7ed42196118fe36a65f04 (patch) | |
tree | a75d6d3951bab633643e31028c1bf6c062904d0d /style.css | |
parent | 74608300d1b07b0385359df68fee1bd086005b2d (diff) | |
parent | 5560150fdaf5d974a122f0b226d6abe24dea12c0 (diff) | |
download | stable-diffusion-webui-gfx803-663353098e84540763a7ed42196118fe36a65f04.tar.gz stable-diffusion-webui-gfx803-663353098e84540763a7ed42196118fe36a65f04.tar.bz2 stable-diffusion-webui-gfx803-663353098e84540763a7ed42196118fe36a65f04.zip |
Merge pull request #7031 from EllangoK/master
Fixes various button overflowing UI and compact checkbox
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -589,7 +589,7 @@ canvas[key="mask"] { /* Extensions */
-#tab_extensions table``{
+#tab_extensions table{
border-collapse: collapse;
}
@@ -718,6 +718,14 @@ footer { margin-left: -0.8em;
}
+#img2img_copy_to_img2img, #img2img_copy_to_sketch, #img2img_copy_to_inpaint, #img2img_copy_to_inpaint_sketch{
+ margin-left: 0em;
+}
+
+#axis_options {
+ margin-left: 0em;
+}
+
.inactive{
opacity: 0.5;
}
|