diff options
author | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2023-01-07 16:18:42 +0000 |
---|---|---|
committer | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2023-01-07 16:24:35 +0000 |
commit | cabd95015b1085e989d9655ea805dbe5e33f5286 (patch) | |
tree | f63b36a65d740c1594dcb4783a2077bf04eeec73 | |
parent | 151233399c4b79934bdbb7c12a97eeb6499572fb (diff) | |
download | stable-diffusion-webui-gfx803-cabd95015b1085e989d9655ea805dbe5e33f5286.tar.gz stable-diffusion-webui-gfx803-cabd95015b1085e989d9655ea805dbe5e33f5286.tar.bz2 stable-diffusion-webui-gfx803-cabd95015b1085e989d9655ea805dbe5e33f5286.zip |
fix quicksettings name overlap
-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();
|