forked from mystiq/hydrogen-web
center placeholder text in both directions
This commit is contained in:
parent
b47898e025
commit
d7bc92c391
1 changed files with 7 additions and 0 deletions
|
@ -19,3 +19,10 @@ body {
|
|||
.SyncStatusBar_shown {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
.RoomPlaceholderView {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue