aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorTaithrah <Taithrah@users.noreply.github.com>2023-01-08 20:58:53 +0000
committerGitHub <noreply@github.com>2023-01-08 20:58:53 +0000
commite9d7eff70a3429ee299cbdcae1aeb61fc4d2bcbf (patch)
tree2373cae4f4e4af72ed170647bf393015075791cc /style.css
parent8a27730da5d5b25e28370e8ad94844856a839af9 (diff)
parent8850fc23b6e8a8e210bdfe4aade81516fb5770f3 (diff)
downloadstable-diffusion-webui-gfx803-e9d7eff70a3429ee299cbdcae1aeb61fc4d2bcbf.tar.gz
stable-diffusion-webui-gfx803-e9d7eff70a3429ee299cbdcae1aeb61fc4d2bcbf.tar.bz2
stable-diffusion-webui-gfx803-e9d7eff70a3429ee299cbdcae1aeb61fc4d2bcbf.zip
Merge branch 'AUTOMATIC1111:master' into small-touch-up
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/style.css b/style.css
index 76721756..d796cbe9 100644
--- a/style.css
+++ b/style.css
@@ -512,7 +512,7 @@ input[type="range"]{
border: none;
background: none;
flex: unset;
- gap: 0.5em;
+ gap: 1em;
}
#quicksettings > div > div{
@@ -521,6 +521,17 @@ input[type="range"]{
padding: 0;
}
+#quicksettings > div > div > div > div > label > span {
+ position: relative;
+ margin-right: 9em;
+ margin-bottom: -1em;
+}
+
+#quicksettings > div > div > label > span {
+ position: relative;
+ margin-bottom: -1em;
+}
+
canvas[key="mask"] {
z-index: 12 !important;
filter: invert();