Update feedback prompt to match designs

This commit is contained in:
Michael Telatynski 2021-07-28 17:56:57 +01:00
parent 6123ccb2eb
commit a5606c72de
4 changed files with 42 additions and 102 deletions

View file

@ -340,18 +340,12 @@ $SpaceRoomViewInnerWidth: 428px;
flex: 0;
}
.mx_SpaceFeedbackPrompt_topRight {
.mx_SpaceFeedbackPrompt {
padding: 7px; // 8px - 1px border
border: 1px solid $menu-border-color;
border-radius: 8px;
color: $secondary-fg-color;
font-size: $font-15px;
line-height: $font-24px;
float: right;
& + .mx_BaseAvatar {
clear: both;
}
width: max-content;
margin: 0 0 -40px auto; // collapse its own height to not push other components down
}
.mx_SpaceRoomDirectory_list {