fix Spinner CSS a bit

This commit is contained in:
Matthew Hodgson 2015-11-11 00:57:31 +01:00
parent bbd7124ac7
commit c2af09fbaa

View file

@ -21,5 +21,10 @@ limitations under the License.
-webkit-justify-content: center;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.mx_MatrixChat_middlePanel .mx_Spinner {
height: auto;
}