From d8a06c1375108f1d24093056e9514c7a15e93a2d Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 27 Apr 2023 01:45:19 +0200 Subject: [PATCH] Fix preview cards layout in thread view (#24677) --- app/javascript/styles/mastodon/components.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index c2cd71756a..b355364729 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -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)); }