From 59795d1ee8d33ec55a0650c3b1bc28fb038f1892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 10 Jun 2015 10:11:46 +0200 Subject: [PATCH] Keep image size coherence --- app/modules/profile/styles/profile-contacts.scss | 2 +- app/modules/user-timeline/user-timeline/user-timeline.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/modules/profile/styles/profile-contacts.scss b/app/modules/profile/styles/profile-contacts.scss index 313235de..c9bce8e7 100644 --- a/app/modules/profile/styles/profile-contacts.scss +++ b/app/modules/profile/styles/profile-contacts.scss @@ -28,7 +28,7 @@ .profile-contact-picture { flex-grow: 0; margin-right: 1rem; - max-width: 60px; + max-width: 54px; img { border-radius: .2rem; width: 100%; diff --git a/app/modules/user-timeline/user-timeline/user-timeline.scss b/app/modules/user-timeline/user-timeline/user-timeline.scss index 25c35e61..a59bbe8b 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.scss +++ b/app/modules/user-timeline/user-timeline/user-timeline.scss @@ -44,11 +44,11 @@ top: 1.2rem; } .profile-contact-picture { - flex-basis: 38px; + flex-basis: 2rem; flex-shrink: 0; margin-right: 1rem; vertical-align: center; - width: 38px; + width: 2rem; img { width: 100%; }