mirror of https://github.com/vector-im/riot-web
fix Spinner CSS a bit
parent
bbd7124ac7
commit
c2af09fbaa
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue