Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix member count on _SpaceRoomView.scss (#8142)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored Mar 24, 2022
1 parent d92977d commit c159d55
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions res/css/structures/_SpaceRoomView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,23 @@ $SpaceRoomViewInnerWidth: 428px;
}
}

.mx_SpaceRoomView_preview,
.mx_SpaceRoomView_landing {
.mx_SpaceRoomView_info_memberCount {
color: inherit;
position: relative;
padding: 0 0 0 16px;
font-size: $font-15px;
display: inline; // cancel inline-flex

&::before {
content: "·"; // visual separator
position: absolute;
left: 6px;
}
}
}

.mx_SpaceRoomView_preview {
padding: 32px 24px !important; // override default padding from above
margin: auto;
Expand Down Expand Up @@ -329,20 +346,6 @@ $SpaceRoomViewInnerWidth: 428px;
mask-size: 14px;
mask-image: url("$(res)/img/element-icons/lock.svg");
}

.mx_SpaceRoomView_info_memberCount {
color: inherit;
position: relative;
padding: 0 0 0 16px;
font-size: $font-15px;
display: inline; // cancel inline-flex

&::before {
content: "·"; // visual separator
position: absolute;
left: 6px;
}
}
}

.mx_SpaceRoomView_landing_infoBar_interactive {
Expand Down

0 comments on commit c159d55

Please sign in to comment.