diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-03 15:53:25 -0800 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-04 02:53:54 -0800 |
commit | 6aa4f24110c9aaaec2ef257bacb02f379032ae18 (patch) | |
tree | 9e4a6b1730e15dbeb58fe9e7989c529c32704fdd /static | |
parent | b85860fda2946cbb2b29a5cee4bf0f27c3813e1e (diff) | |
download | patchfoo-6aa4f24110c9aaaec2ef257bacb02f379032ae18.tar.gz patchfoo-6aa4f24110c9aaaec2ef257bacb02f379032ae18.zip |
Allow non-square avatars
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
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 { |