diff options
author | Taithrah <Taithrah@users.noreply.github.com> | 2023-01-08 20:58:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 20:58:53 +0000 |
commit | e9d7eff70a3429ee299cbdcae1aeb61fc4d2bcbf (patch) | |
tree | 2373cae4f4e4af72ed170647bf393015075791cc /style.css | |
parent | 8a27730da5d5b25e28370e8ad94844856a839af9 (diff) | |
parent | 8850fc23b6e8a8e210bdfe4aade81516fb5770f3 (diff) | |
download | stable-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.css | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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();
|