mirror of https://github.com/tootsuite/mastodon
Fix very wide media attachments resulting in too thin a thumbnail (#14127)
Fixes #14094pull/14135/head
parent
01a99f7ec7
commit
d469247083
|
@ -5203,6 +5203,7 @@ a.status-card.compact:hover {
|
|||
border-radius: 4px;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 64px;
|
||||
}
|
||||
|
||||
.media-gallery__item {
|
||||
|
|
Loading…
Reference in New Issue