Fixed custom emotes background color #27745 (#12798)

* Fixed the drag and drop of X ##27186

* Fixed custom emotes background color #27745

* Fixed custom emotes background color #27745
This commit is contained in:
Asim Mohammed Delvi
2024-08-05 16:09:38 +05:30
committed by GitHub
parent 54e5321f39
commit 92bf203a19

View File

@@ -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 & {