This commit is contained in:
Bruno Windels
2020-07-14 14:32:08 +02:00
28 changed files with 153 additions and 46 deletions
-10
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;
}