From e33d9d358a8cee4851e7db22258bc70c9ac9dab3 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 7 Dec 2013 00:59:36 -0800 Subject: make suggestion photo sizes match top level post sizes --- view/theme/redbasic/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 491f0a60e..14a708e55 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -935,6 +935,11 @@ tr.mceLast { box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; } +.profile-match-photo img { + width: $top_photo !important; + height: $top_photo !important; +} + #sidebar-page-list .label { margin-left: 5px; } -- cgit v1.2.3