mirror of https://github.com/vector-im/riot-web
* Fixed the drag and drop of X ##27186 * Fixed custom emotes background color #27745 * Fixed custom emotes background color #27745dbkr/sss
parent
54e5321f39
commit
92bf203a19
|
@ -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 New Issue