vier: use object-fit: cover for recent photos view

This commit is contained in:
rabuzarus 2016-02-03 03:59:42 +01:00
parent 748d0e576c
commit 58c1f9a60f

View file

@ -2947,6 +2947,7 @@ a.mail-list-link {
color: #999999; color: #999999;
} }
/* photo album page */
.photo-top-image-wrapper { .photo-top-image-wrapper {
position: relative; position: relative;
float: left; float: left;
@ -2977,6 +2978,11 @@ a.mail-list-link {
float: left; float: left;
width: 175px; width: 175px;
} }
img.photo-top-photo {
width: 100%;
height: 100%;
object-fit: cover;
}
.menu-profile-list{ .menu-profile-list{
height: auto; height: auto;