mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Style JoinRoom View
This commit is contained in:
parent
d6ba218c08
commit
3426240ef4
@ -1180,7 +1180,7 @@ button.RoomDetailsView_row::after {
|
|||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CreateRoomView, .RoomBeingCreated_error {
|
.CreateRoomView, .JoinRoomView, .RoomBeingCreated_error {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1211,3 +1211,14 @@ button.RoomDetailsView_row::after {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 36px;
|
background-size: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.JoinRoomView_status {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.JoinRoomView_status .spinner {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user