diff --git a/web/src/ui/timeline/TimelineEvent.css b/web/src/ui/timeline/TimelineEvent.css index eb23f00..ca7fde1 100644 --- a/web/src/ui/timeline/TimelineEvent.css +++ b/web/src/ui/timeline/TimelineEvent.css @@ -198,6 +198,11 @@ div.message-text { div.html-body { overflow: hidden; + pre.chroma { + /* TODO this may need to be undone if the color scheme is customizable */ + background-color: inherit; + } + img.hicli-custom-emoji { vertical-align: middle; height: 24px;