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

Commit

Permalink
Fixed custom emotes background color #27745 (#12798)
Browse files Browse the repository at this point in the history
* Fixed the drag and drop of X ##27186

* Fixed custom emotes background color #27745

* Fixed custom emotes background color #27745
  • Loading branch information
asimdelvi authored Aug 5, 2024
1 parent 54e5321 commit 92bf203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,10 @@ $left-gutter: 64px;
&.markdown-body img {
object-fit: contain;
object-position: left top;

/* Override the default colors of the 'github-markdown-css' library
(#fff for light theme, #000 for dark theme) to match the inherited theme */
background-color: inherit !important;
}

.mx_EventTile_clamp & {
Expand Down

0 comments on commit 92bf203

Please sign in to comment.