Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9c668de

Browse files
committed
Specify position of DisambiguatedProfile inside a thread on bubble message layout
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 8c6786b commit 9c668de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ limitations under the License.
9696
line-height: $font-18px;
9797
}
9898

99-
> .mx_DisambiguatedProfile {
99+
// inside mx_RoomView_MessageList, outside of mx_ReplyTile
100+
// (on the main panel and the chat panel with a maximized widget)
101+
> .mx_DisambiguatedProfile,
102+
// inside a thread, outside of mx_ReplyTile
103+
.mx_EventTile_senderDetails > .mx_DisambiguatedProfile {
100104
position: relative;
101105
top: -2px;
102106
left: 2px;

0 commit comments

Comments
 (0)