From 4839f107a911135e286db08b9025a57865434561 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 1 Mar 2019 23:03:54 +0300 Subject: Avatars in Recommendations component --- vnext/src/components/Avatar.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vnext/src/components/Avatar.css') diff --git a/vnext/src/components/Avatar.css b/vnext/src/components/Avatar.css index 133e6061..7bdb3115 100644 --- a/vnext/src/components/Avatar.css +++ b/vnext/src/components/Avatar.css @@ -13,6 +13,13 @@ max-width: 48px; } +.info-avatar img { + max-height: 24px; + max-width: 24px; + padding: 6px; + vertical-align: middle; +} + @media screen and (min-width: 450px) { .Avatar { width: 300px; -- cgit v1.2.3