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

Make files & voice memos in bubble layout match colouring #7457

Merged
merged 3 commits into from
Jan 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -147,6 +152,10 @@ limitations under the License.
right: -35px;
}

.mx_MediaBody {
background: $eventbubble-self-bg;
}

--backgroundColor: $eventbubble-self-bg;
}

Expand Down