diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-10 15:54:46 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-10 15:54:46 +0300 |
commit | df58e0bfff2fd9e4881f5734a022a02100c035c6 (patch) | |
tree | a0ca55bb45d65f8eccd3ef91516457663365e993 | |
parent | 43bdbe934a3fbd4a1d2be18bcf0e38f0f088d10c (diff) |
fix settings styling for #227
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,6 +109,10 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s padding: 0 0.5em;
}
+#settings .gr-panel div.flex-col div.justify-between div{
+ position: relative;
+}
+
input[type="range"]{
margin: 0.5em 0 -0.3em 0;
}
|