aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-08 16:17:34 +0300
committerGitHub <noreply@github.com>2023-01-08 16:17:34 +0300
commit8850fc23b6e8a8e210bdfe4aade81516fb5770f3 (patch)
treef0f83be43c90c6cc81024743068ce1a650e5e07f
parent0d194e4ecc97c4a9a7851af6ce8688f09dc94222 (diff)
parentcf2f6f20042af79037dac2032294a7ba74cc17b8 (diff)
Merge pull request #6478 from mezotaken/master
Fix quicksetting name overlapping with its controls.
-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();