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

Fixed custom emotes background color #27745 #12798

Merged
merged 6 commits into from
Aug 5, 2024
Merged
Changes from 4 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
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ $left-gutter: 64px;
&.markdown-body img {
object-fit: contain;
object-position: left top;
background-color: inherit !important;
}

.mx_EventTile_clamp & {
Expand Down
Loading