diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index e7ed2b42a56..04eda433c3f 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -95,6 +95,11 @@ limitations under the License. z-index: 9; // above the avatar } + .mx_MediaBody { + // leave space for the timestamp + padding-right: 48px; + } + &[data-self=false] { .mx_EventTile_line { border-bottom-right-radius: var(--cornerRadius); @@ -147,6 +152,10 @@ limitations under the License. right: -35px; } + .mx_MediaBody { + background: $eventbubble-self-bg; + } + --backgroundColor: $eventbubble-self-bg; }