diff options
Diffstat (limited to 'vnext/src/components/Avatar.css')
-rw-r--r-- | vnext/src/components/Avatar.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |