* 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:
parent
54e5321f39
commit
92bf203a19
1 changed files with 4 additions and 0 deletions
|
@ -887,6 +887,10 @@ $left-gutter: 64px;
|
||||||
&.markdown-body img {
|
&.markdown-body img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: left top;
|
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 & {
|
.mx_EventTile_clamp & {
|
||||||
|
|
Loading…
Reference in a new issue