mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 21:51:36 +01:00
Fix very wide media attachments resulting in too thin a thumbnail (#14127)
Fixes #14094
This commit is contained in:
parent
01a99f7ec7
commit
d469247083
1 changed files with 1 additions and 0 deletions
|
@ -5203,6 +5203,7 @@ a.status-card.compact:hover {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-gallery__item {
|
.media-gallery__item {
|
||||||
|
|
Loading…
Reference in a new issue