Move mx_EventTile_avatar style rules out of ":not([data-layout=bubble])" (#8894)
This commit is contained in:
parent
4cc82548ac
commit
2242a36851
3 changed files with 21 additions and 17 deletions
|
@ -21,6 +21,11 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||
.mx_EventTile {
|
||||
flex-shrink: 0;
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.mx_EventTile_receiptSent,
|
||||
.mx_EventTile_receiptSending {
|
||||
position: relative;
|
||||
|
@ -91,6 +96,11 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||
z-index: 9;
|
||||
}
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
top: 14px;
|
||||
left: $spacing-8;
|
||||
}
|
||||
|
||||
.mx_MessageTimestamp {
|
||||
position: absolute; // for modern layout
|
||||
}
|
||||
|
@ -120,13 +130,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||
font-size: $font-14px;
|
||||
position: relative;
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
top: 14px;
|
||||
left: 8px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
&.mx_EventTile_info {
|
||||
padding-top: 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue