From 078401c58f7f5ae248fe190bc6db7e85bb7b83c4 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 Feb 2020 20:06:07 +0100 Subject: [PATCH] I have reverted and used the styling a bit higher in the DOM --- res/css/views/rooms/_WhoIsTypingTile.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/rooms/_WhoIsTypingTile.scss b/res/css/views/rooms/_WhoIsTypingTile.scss index 50aaf49340..579ea7e73e 100644 --- a/res/css/views/rooms/_WhoIsTypingTile.scss +++ b/res/css/views/rooms/_WhoIsTypingTile.scss @@ -35,6 +35,11 @@ limitations under the License. padding-top: 1px; } +.mx_WhoIsTypingTile_avatars .mx_BaseAvatar { + border: 1px solid $primary-bg-color; + border-radius: 40px; +} + .mx_WhoIsTypingTile_remainingAvatarPlaceholder { position: relative; display: inline-block;