mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
tweak animation and comment it out for now as it maxes out a whole core on my top-of-the-line MBP...
This commit is contained in:
parent
8603dd4bb4
commit
bdf8f655fb
@ -15,13 +15,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomStatusBar_placeholderIndicator span {
|
.mx_RoomStatusBar_placeholderIndicator span {
|
||||||
color: #333;
|
color: #4a4a4a;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
/*
|
||||||
position: relative;
|
position: relative;
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
animation-name: bounce;
|
animation-name: bounce;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomStatusBar_placeholderIndicator span:nth-child(1) {
|
.mx_RoomStatusBar_placeholderIndicator span:nth-child(1) {
|
||||||
@ -41,8 +43,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 0.2;
|
||||||
top: -6px;
|
top: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user