Merge pull request #3142 from matrix-org/travis/preview-loading

Show a loading state for slow peeks
This commit is contained in:
Travis Ralston 2019-06-27 09:24:25 -06:00 committed by GitHub
commit 7f2ab39609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 1 deletions

View file

@ -39,6 +39,16 @@ limitations under the License.
margin: 10px 10px 10px 0;
flex: 0 0 auto;
}
.mx_RoomPreviewBar_footer {
font-size: 12px;
line-height: 20px;
.mx_Spinner {
vertical-align: middle;
display: inline-block;
}
}
}
.mx_RoomPreviewBar_dark {