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

Commit 31ab913

Browse files
authored
Fix avatar container overlapping give feedback cta (#7491)
1 parent 474cbf4 commit 31ab913

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

res/css/structures/_SpaceHierarchy.scss

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,6 @@ limitations under the License.
1515
*/
1616

1717
.mx_SpaceRoomView_landing {
18-
.mx_Dialog_title {
19-
display: flex;
20-
21-
.mx_BaseAvatar {
22-
margin-right: 12px;
23-
align-self: center;
24-
}
25-
26-
.mx_BaseAvatar_image {
27-
border-radius: 8px;
28-
}
29-
30-
> div {
31-
> h1 {
32-
font-weight: $font-semi-bold;
33-
font-size: $font-18px;
34-
line-height: $font-22px;
35-
margin: 0;
36-
}
37-
38-
> div {
39-
font-weight: 400;
40-
color: $secondary-content;
41-
font-size: $font-15px;
42-
line-height: $font-24px;
43-
}
44-
}
45-
}
46-
4718
.mx_AccessibleButton_kind_link {
4819
padding: 0;
4920
font-size: inherit;

res/css/structures/_SpaceRoomView.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ $SpaceRoomViewInnerWidth: 428px;
254254
flex-direction: column;
255255
min-width: 0;
256256

257+
> .mx_BaseAvatar {
258+
width: 80px;
259+
}
260+
257261
> .mx_BaseAvatar_image,
258262
> .mx_BaseAvatar > .mx_BaseAvatar_image {
259263
border-radius: 12px;

0 commit comments

Comments
 (0)