diff --git a/client/css/style.css b/client/css/style.css index a153fd31..ef1eaf17 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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 {