Switch out Labs spinner to be the Flow-generated from Design

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-13 17:39:57 +01:00
parent 62bdbb22e8
commit 33422f1744
4 changed files with 143 additions and 21 deletions

View file

@ -23,16 +23,6 @@ limitations under the License.
flex: 1;
}
.mx_Spinner_spin img {
animation: spin 1s linear infinite;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.mx_MatrixChat_middlePanel .mx_Spinner {
height: auto;
}