Specify position of DisambiguatedProfile inside a thread on bubble message layout (#8452)
This commit is contained in:
parent
f29ef04751
commit
f08f764f22
1 changed files with 5 additions and 1 deletions
|
@ -96,7 +96,11 @@ limitations under the License.
|
||||||
line-height: $font-18px;
|
line-height: $font-18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .mx_DisambiguatedProfile {
|
// inside mx_RoomView_MessageList, outside of mx_ReplyTile
|
||||||
|
// (on the main panel and the chat panel with a maximized widget)
|
||||||
|
> .mx_DisambiguatedProfile,
|
||||||
|
// inside a thread, outside of mx_ReplyTile
|
||||||
|
.mx_EventTile_senderDetails > .mx_DisambiguatedProfile {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
left: 2px;
|
left: 2px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue