mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
prevent card from stretching
This commit is contained in:
parent
d2ed666321
commit
336439b331
1 changed files with 5 additions and 1 deletions
6
resources/assets/sass/custom.scss
vendored
6
resources/assets/sass/custom.scss
vendored
|
@ -51,6 +51,10 @@ body, button, input, textarea {
|
||||||
.card.status-container {
|
.card.status-container {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.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;
|
||||||
|
@ -104,4 +108,4 @@ body, button, input, textarea {
|
||||||
|
|
||||||
.notification-page .list-group-item:first-child {
|
.notification-page .list-group-item:first-child {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue