From 9044f4eebee5e2742de8e88a29f28f78bcf6deb5 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 16 Jul 2021 23:32:38 +0200 Subject: [PATCH] also for inline code --- src/platform/web/ui/css/themes/element/timeline.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/timeline.css b/src/platform/web/ui/css/themes/element/timeline.css index fe5e5f8f..29e2fbf0 100644 --- a/src/platform/web/ui/css/themes/element/timeline.css +++ b/src/platform/web/ui/css/themes/element/timeline.css @@ -236,6 +236,7 @@ only loads when the top comes into view*/ .Timeline_messageBody code, .Timeline_messageBody pre { background-color: #f8f8f8; font-family: monospace; + font-size: 0.9em; } .Timeline_messageBody code { @@ -249,13 +250,13 @@ only loads when the top comes into view*/ padding: 0.5em; max-height: 30em; overflow: auto; - font-size: 0.9em; } .Timeline_messageBody pre > code { background-color: unset; border-radius: unset; display: block; + font-size: unset; } .Timeline_messageBody blockquote {