mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
center placeholder text in both directions
This commit is contained in:
parent
b47898e025
commit
d7bc92c391
@ -19,3 +19,10 @@ body {
|
||||
.SyncStatusBar_shown {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
.RoomPlaceholderView {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user