diff options
author | friendica <info@friendica.com> | 2013-12-07 00:59:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-07 00:59:36 -0800 |
commit | e33d9d358a8cee4851e7db22258bc70c9ac9dab3 (patch) | |
tree | e23341beaca9a275705ec9ff9221cbb77549b8fd /view/theme | |
parent | 08bbab9a06e56e2305ec3d48f5507ce3b909d286 (diff) | |
download | volse-hubzilla-e33d9d358a8cee4851e7db22258bc70c9ac9dab3.tar.gz volse-hubzilla-e33d9d358a8cee4851e7db22258bc70c9ac9dab3.tar.bz2 volse-hubzilla-e33d9d358a8cee4851e7db22258bc70c9ac9dab3.zip |
make suggestion photo sizes match top level post sizes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |