Merge pull request #6478 from mezotaken/master
Fix quicksetting name overlapping with its controls.
This commit is contained in:
commit
8850fc23b6
13
style.css
13
style.css
|
@ -512,7 +512,7 @@ input[type="range"]{
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
flex: unset;
|
flex: unset;
|
||||||
gap: 0.5em;
|
gap: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quicksettings > div > div{
|
#quicksettings > div > div{
|
||||||
|
@ -521,6 +521,17 @@ input[type="range"]{
|
||||||
padding: 0;
|
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"] {
|
canvas[key="mask"] {
|
||||||
z-index: 12 !important;
|
z-index: 12 !important;
|
||||||
filter: invert();
|
filter: invert();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user