Fix layout and visual regressions around default avatars (#10031)
This commit is contained in:
parent
5a08859e37
commit
0d1fce37b2
5 changed files with 21 additions and 28 deletions
|
@ -277,14 +277,11 @@ $activeBorderColor: $primary-content;
|
|||
.mx_BaseAvatar:not(.mx_UserMenu_userAvatar_BaseAvatar) .mx_BaseAvatar_initial {
|
||||
color: $secondary-content;
|
||||
border-radius: 8px;
|
||||
background-color: $panel-actions;
|
||||
font-size: $font-15px !important; /* override inline style */
|
||||
font-weight: $font-semi-bold;
|
||||
line-height: $font-18px;
|
||||
|
||||
& + .mx_BaseAvatar_image {
|
||||
visibility: hidden;
|
||||
}
|
||||
/* override inline styles which are part of the default avatar style as these uses a monochrome style */
|
||||
background-color: $panel-actions !important;
|
||||
font-size: $font-15px !important;
|
||||
}
|
||||
|
||||
.mx_SpaceTreeLevel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue