Browse Source

Fix very wide media attachments resulting in too thin a thumbnail (#14127)

Fixes #14094
master
ThibG 4 years ago
committed by GitHub
parent
commit
d469247083
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss View File

@ -5203,6 +5203,7 @@ a.status-card.compact:hover {
border-radius: 4px;
position: relative;
width: 100%;
min-height: 64px;
}
.media-gallery__item {

Loading…
Cancel
Save