fix Spinner CSS a bit

pull/351/head
Matthew Hodgson 2015-11-11 00:57:31 +01:00
parent bbd7124ac7
commit c2af09fbaa
1 changed files with 5 additions and 0 deletions

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;
}