mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 21:13:16 +00:00
Merge pull request #78 from DeadSuperHero/cardtopfix
Prevent card from stretching on profile page
This commit is contained in:
commit
92ba5acd8e
1 changed files with 5 additions and 1 deletions
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -51,6 +51,10 @@ body, button, input, textarea {
|
||||||
.card.status-container {
|
.card.status-container {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-img-top {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.card.status-container .status-photo {
|
.card.status-container .status-photo {
|
||||||
display: -webkit-box !important;
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
|
|
Loading…
Reference in a new issue