]> cat aescling's git repositories - mastodon.git/commitdiff
Fix very wide media attachments resulting in too thin a thumbnail (#14127)
authorThibG <thib@sitedethib.com>
Tue, 23 Jun 2020 15:24:29 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 15:24:29 +0000 (17:24 +0200)
Fixes #14094

app/javascript/styles/mastodon/components.scss

index 8554c19eb6e4de4ddcf413917e7b959899cea864..4e084b6c3cfcc9e0fa2151ec68dbaecfff78dc55 100644 (file)
@@ -5203,6 +5203,7 @@ a.status-card.compact:hover {
   border-radius: 4px;
   position: relative;
   width: 100%;
+  min-height: 64px;
 }
 
 .media-gallery__item {