From 6aa4f24110c9aaaec2ef257bacb02f379032ae18 Mon Sep 17 00:00:00 2001 From: cel Date: Fri, 3 Feb 2017 15:53:25 -0800 Subject: Allow non-square avatars --- static/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index bd804e8..a0e4e14 100644 --- a/static/styles.css +++ b/static/styles.css @@ -46,13 +46,14 @@ footer { .ssb-avatar-image { width: 2em; - height: 2em; + max-height: 2em; vertical-align: top; } -.ssb-feed .ssb-avatar-image { +.ssb-feed .ssb-avatar-image, +.ssb-main .ssb-avatar-image { width: 4em; - height: 4em; + max-height: 8em; } h3.feed-name { -- cgit v1.2.3