From 1da6ef1287de7fc178c74b898f2952b918e02262 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 24 Feb 2018 21:26:15 +0200 Subject: [PATCH] =?UTF-8?q?48px=20=E2=86=92=2024px=20user=20avatars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/TODO.md | 1 - web/app/components/comment/__avatar/comment__avatar.scss | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/TODO.md b/web/TODO.md index 663bd5ce..9ff33368 100644 --- a/web/TODO.md +++ b/web/TODO.md @@ -10,7 +10,6 @@ major features: - add time format 'X hours ago' - use static buttons 'reply', 'pin', etc instead of dynamic - maybe we should change layout: vote buttons | avatar | info; info: (top: name, points, time), (center: text), (bottom: controls) - - 48px avatar → 24px - fix serif font in pinned comments and in auth panel - edit comment - `PUT /api/v1/comment/{id}?site=site-id&url=post-url` diff --git a/web/app/components/comment/__avatar/comment__avatar.scss b/web/app/components/comment/__avatar/comment__avatar.scss index c70903c1..a3ee721d 100644 --- a/web/app/components/comment/__avatar/comment__avatar.scss +++ b/web/app/components/comment/__avatar/comment__avatar.scss @@ -2,8 +2,8 @@ flex-shrink: 0; flex-grow: 0; display: inline-block; - width: 48px; - height: 48px; + width: 24px; + height: 24px; margin-right: 8px; border-radius: 4px; background: #eee;