Rewrite noise settings preview

This commit is contained in:
Misode
2020-12-01 01:14:42 +01:00
parent 2688f4bc85
commit a1b4ab4fb4
8 changed files with 184 additions and 61 deletions

View File

@@ -311,7 +311,7 @@ nav > .toggle span {
transition: background-color var(--style-transition);
}
.btn:hover {
.btn:not(.input):hover {
background-color: var(--btn-hover);
}
@@ -335,6 +335,15 @@ nav > .toggle span {
color: var(--btn-active);
}
.btn.input {
cursor: initial;
}
.btn input {
margin-left: 5px;
width: 100px;
}
.errors {
position: fixed;
display: flex;