For space invite previews, use room summary API to get the right member count (#6982)
This commit is contained in:
parent
974f45930c
commit
9becc392dd
2 changed files with 28 additions and 7 deletions
|
@ -511,10 +511,11 @@ $SpaceRoomViewInnerWidth: 428px;
|
|||
mask-image: url("$(res)/img/element-icons/lock.svg");
|
||||
}
|
||||
|
||||
.mx_AccessibleButton_kind_link {
|
||||
.mx_SpaceRoomView_info_memberCount {
|
||||
color: inherit;
|
||||
position: relative;
|
||||
padding-left: 16px;
|
||||
padding: 0 0 0 16px;
|
||||
font-size: $font-15px;
|
||||
|
||||
&::before {
|
||||
content: "·"; // visual separator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue