Merge pull request #1917 from williamboman/fix/css-animation-jitter
fix animation jitter when clicking join channel button
This commit is contained in:
commit
ede032a7f4
@ -668,7 +668,8 @@ kbd {
|
||||
}
|
||||
|
||||
#sidebar .lobby .add-channel.opened {
|
||||
transform: rotate(45deg);
|
||||
/* translateZ(0) enables hardware acceleration, this is to avoid jittering when animating */
|
||||
transform: rotate(45deg) translateZ(0);
|
||||
}
|
||||
|
||||
#sidebar .chan.active .close {
|
||||
|
Loading…
Reference in New Issue
Block a user