Ensure link thumbnails are not stretched to super low quality (#5932)
This commit is contained in:
parent
70ce2a2095
commit
c36b9cc5a6
3 changed files with 12 additions and 7 deletions
|
@ -2273,14 +2273,19 @@ button.icon-button.active i.fa-retweet {
|
|||
.status-card__image-image {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.status-card__title {
|
||||
white-space: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.status-card__image-image {
|
||||
border-radius: 4px 0 0 4px;
|
||||
display: block;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.load-more {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue