mirror of
https://github.com/friendica/friendica
synced 2025-01-11 06:04:43 +00:00
vier: use object-fit: cover for recent photos view
This commit is contained in:
parent
748d0e576c
commit
58c1f9a60f
1 changed files with 24 additions and 18 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue