aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2023-01-07 19:18:42 +0300
committerVladimir Repin <32306715+mezotaken@users.noreply.github.com>2023-01-07 19:24:35 +0300
commitcabd95015b1085e989d9655ea805dbe5e33f5286 (patch)
treef63b36a65d740c1594dcb4783a2077bf04eeec73 /style.css
parent151233399c4b79934bdbb7c12a97eeb6499572fb (diff)
fix quicksettings name overlap
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();