mirror of
https://github.com/mue/mue.git
synced 2026-07-24 09:17:24 +02:00
refactor: settings tabs, improvements to logic + readability
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user