Fix refering to unused `preview-card` CSS class instead of `status-card` (#24696)

local
Claire 1 year ago committed by GitHub
parent ece38b9318
commit a5bc4ea550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/components.scss

@ -1155,7 +1155,7 @@ body > [data-popper-placement] {
.video, .video,
.audio, .audio,
.attachment-list, .attachment-list,
.preview-card { .status-card {
margin-left: 46px + 10px; margin-left: 46px + 10px;
width: calc(100% - (46px + 10px)); width: calc(100% - (46px + 10px));
} }

Loading…
Cancel
Save