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
4 changed files with 27 additions and 1 deletions
+10
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 {