From 9da1037f9ab9bdda49baae5077e9a9aa5ba45630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 27 Mar 2022 17:11:01 +0200 Subject: [PATCH] Fix disambiguated profile in threads in bubble layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/messages/_DisambiguatedProfile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/messages/_DisambiguatedProfile.scss b/res/css/views/messages/_DisambiguatedProfile.scss index c079fd48f67..caef2fa4ad3 100644 --- a/res/css/views/messages/_DisambiguatedProfile.scss +++ b/res/css/views/messages/_DisambiguatedProfile.scss @@ -28,5 +28,6 @@ limitations under the License. font-size: 1.1rem; margin-left: 5px; opacity: 0.5; // Match mx_TextualEvent + color: $primary-content; } }