~cytrogen/masto-fe

d8a06c1375108f1d24093056e9514c7a15e93a2d — Claire 2 years ago d4511f2
Fix preview cards layout in thread view (#24677)

1 files changed, 2 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +2 -1
@@ 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));
    }