mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 21:40:03 +00:00
fixed #8124 - animation toggle didn't affect pane maximizing
This commit is contained in:
parent
9a6e684f9e
commit
2a8b7c3e79
@ -24,3 +24,7 @@
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
::ng-deep .no-animations split-tab > .child {
|
||||
transition: none;
|
||||
}
|
||||
|
@ -158,6 +158,8 @@ export class ThemesService {
|
||||
for (const [key, value] of Object.entries(vars)) {
|
||||
document.documentElement.style.setProperty(key, value)
|
||||
}
|
||||
|
||||
document.body.classList.toggle('no-animations', !this.config.store.accessibility.animations)
|
||||
}
|
||||
|
||||
findTheme (name: string): Theme|null {
|
||||
|
Loading…
x
Reference in New Issue
Block a user