center placeholder text in both directions

This commit is contained in:
Bruno Windels 2019-06-16 16:19:00 +02:00
parent b47898e025
commit d7bc92c391

View file

@ -19,3 +19,10 @@ body {
.SyncStatusBar_shown {
display: unset;
}
.RoomPlaceholderView {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}