refactor: settings tabs, improvements to logic + readability

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-02-07 23:43:23 +00:00
parent 85b0e9826c
commit bd9c868196
38 changed files with 1417 additions and 1168 deletions

View File

@@ -129,7 +129,12 @@ body {
}
}
.inactiveSetting {
.preferences {
transition: 0.4s ease-in-out;
}
.preferencesInactive {
opacity: 0.5;
pointer-events: none;
transition: 0.4s ease-in-out;
}