Skip to content

Commit

Permalink
Fix preview cards layout in thread view (#24677)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Apr 26, 2023
1 parent d4511f2 commit d8a06c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/styles/mastodon/components.scss
Expand Up @@ -1154,7 +1154,8 @@ body > [data-popper-placement] {
.media-gallery,
.video,
.audio,
.attachment-list {
.attachment-list,
.preview-card {
margin-left: 46px + 10px;
width: calc(100% - (46px + 10px));
}
Expand Down

0 comments on commit d8a06c1

Please sign in to comment.