Skip to content

Commit

Permalink
Specify position of DisambiguatedProfile inside a thread on bubble me…
Browse files Browse the repository at this point in the history
…ssage layout

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Apr 30, 2022
1 parent 8c6786b commit 9c668de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9c668de

Please sign in to comment.