From 465ce0820d132346d7b5b878039fbaaee966619c Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Mon, 13 Sep 2021 23:32:01 -0400 Subject: [PATCH] Make message bubble font size consistent Signed-off-by: Robin Townsend --- res/css/views/rooms/_EventBubbleTile.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 41c9dad394..eb1cf29b0f 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -28,6 +28,7 @@ limitations under the License. margin-top: var(--gutterSize); margin-left: 50px; margin-right: 100px; + font-size: $font-14px; &.mx_EventTile_continuation { margin-top: 2px; @@ -81,6 +82,7 @@ limitations under the License. position: relative; top: -2px; left: 2px; + font-size: $font-15px; } &[data-self=false] {