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

Commit

Permalink
Make files & voice memos in bubble layout match colouring (#7457)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jan 11, 2022
1 parent f620cf9 commit beac956
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit beac956

Please sign in to comment.