Merge pull request #2310 from rabuzarus/0302_vier_photo

vier: use object-fit: cover for recent photos view
This commit is contained in:
Tobias Diekershoff 2016-02-03 07:07:38 +01:00
commit f0912d6219
1 changed files with 24 additions and 18 deletions

View File

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