From 28ad068500b86805db16208a7e49c185c6a843aa Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 6 Apr 2020 13:16:48 +0200 Subject: css: Reduce size of avatars. --- assets/css/screen.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'assets') diff --git a/assets/css/screen.css b/assets/css/screen.css index 329e1ca..6d91471 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -154,15 +154,15 @@ table { @media (min-width: 768px) { .conversation .avatar { - height: 64px; - width: 64px; + height: 48px; + width: 48px; border: 1px solid #ddd; border-radius: 6px; color: #fff; display: flex; justify-content: center; align-items: center; - font-size: 58px; + font-size: 32px; position: absolute; } } @@ -173,7 +173,7 @@ table { @media (min-width: 768px) { .message { - margin-left: 80px; + margin-left: 65px; } } -- cgit v1.2.3