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

Commit

Permalink
Fix avatar container overlapping give feedback cta (#7491)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 10, 2022
1 parent 474cbf4 commit 31ab913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
29 changes: 0 additions & 29 deletions res/css/structures/_SpaceHierarchy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,6 @@ limitations under the License.
*/

.mx_SpaceRoomView_landing {
.mx_Dialog_title {
display: flex;

.mx_BaseAvatar {
margin-right: 12px;
align-self: center;
}

.mx_BaseAvatar_image {
border-radius: 8px;
}

> div {
> h1 {
font-weight: $font-semi-bold;
font-size: $font-18px;
line-height: $font-22px;
margin: 0;
}

> div {
font-weight: 400;
color: $secondary-content;
font-size: $font-15px;
line-height: $font-24px;
}
}
}

.mx_AccessibleButton_kind_link {
padding: 0;
font-size: inherit;
Expand Down
4 changes: 4 additions & 0 deletions res/css/structures/_SpaceRoomView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ $SpaceRoomViewInnerWidth: 428px;
flex-direction: column;
min-width: 0;

> .mx_BaseAvatar {
width: 80px;
}

> .mx_BaseAvatar_image,
> .mx_BaseAvatar > .mx_BaseAvatar_image {
border-radius: 12px;
Expand Down

0 comments on commit 31ab913

Please sign in to comment.