Keep invite button separate from space info
60828913d2
caused the space info and
invite buttons to have no separation when you are the only person in a
space, since the margin was set on the face pile, which may be absent.
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
21e7847686
commit
cc5a7671a7
1 changed files with 1 additions and 2 deletions
|
@ -214,12 +214,11 @@ $SpaceRoomViewInnerWidth: 428px;
|
||||||
|
|
||||||
.mx_SpaceRoomView_info {
|
.mx_SpaceRoomView_info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0 auto 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_FacePile {
|
.mx_FacePile {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: auto;
|
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
|
||||||
.mx_FacePile_faces {
|
.mx_FacePile_faces {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue