make suggestion photo sizes match top level post sizes

This commit is contained in:
friendica
2013-12-07 00:59:36 -08:00
parent 08bbab9a06
commit e33d9d358a
2 changed files with 6 additions and 1 deletions

View File

@@ -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;
}