From 1e99f30a54a61dcb6039cfbec2ac15ead9e4bb11 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 8 Nov 2017 16:23:37 +0100 Subject: [PATCH] Smaller user icons --- styles/user.scarlet | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/styles/user.scarlet b/styles/user.scarlet index 0991cb2d..f1bb650a 100644 --- a/styles/user.scarlet +++ b/styles/user.scarlet @@ -7,4 +7,14 @@ object-fit cover default-transition :hover - box-shadow outline-shadow-heavy \ No newline at end of file + box-shadow outline-shadow-heavy + +> 900px + .user-image + width 42px + height 42px + +> 1400px + .user-image + width avatar-size + height avatar-size \ No newline at end of file