aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorEllangoK <karun.ellango7@gmail.com>2023-01-21 16:21:33 -0500
committerEllangoK <karun.ellango7@gmail.com>2023-01-21 16:21:33 -0500
commitbf457b30fbfedb4b6eb2a198cbaa9f2ba071d31f (patch)
tree58c5a2a3f01e5f4d247f2b5d830e0753a93e6102 /style.css
parentf2eae6127d16a80d1516d3f6245b648eeca26330 (diff)
compact checkbox and fix copy image btn overflow
also fixes type for #tab_extensions in style.css
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index 507acec1..b215405d 100644
--- a/style.css
+++ b/style.css
@@ -589,7 +589,7 @@ canvas[key="mask"] {
/* Extensions */
-#tab_extensions table``{
+#tab_extensions table{
border-collapse: collapse;
}
@@ -718,6 +718,10 @@ 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;
+}
+
.inactive{
opacity: 0.5;
}