Specify position of DisambiguatedProfile inside a thread on bubble message layout (#8452)

t3chguy/dedup-icons-17oct
Suguru Hirahara 2022-05-03 13:28:17 +00:00 committed by GitHub
parent f29ef04751
commit f08f764f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,11 @@ limitations under the License.
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;
top: -2px;
left: 2px;