Decrease GPU usage when window is invisible

This commit is contained in:
Evan Hahn 2021-07-30 13:35:43 -05:00 committed by GitHub
parent 9fb8114691
commit 2d3b1918b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 54 deletions

View file

@ -121,19 +121,11 @@
&--Pending:after {
width: 12px;
animation: module-message-detail__contact-group__header--Pending 4s linear
infinite;
animation: rotate 4s linear infinite;
@include normal-icon('../images/sending.svg');
}
}
@keyframes module-message-detail__contact-group__header--Pending {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.module-message-detail__contact {
margin-bottom: 8px;
padding: 8px 0;