Show a loading state for slow peeks

This commit is contained in:
Travis Ralston 2019-06-25 20:56:33 -06:00
parent 9771ce1e04
commit ca6ddf324f
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 {