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 --- version.inc | 2 +- view/theme/redbasic/css/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 6c5b67d47..4844f6170 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-12-06.519 +2013-12-07.520 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