vier: use object-fit: cover for recent photos view
This commit is contained in:
parent
748d0e576c
commit
58c1f9a60f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue