Fix pop-in player placeholder layout in thread view (#24715)

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

@ -1155,6 +1155,7 @@ body > [data-popper-placement] {
.video-player,
.audio-player,
.attachment-list,
.picture-in-picture-placeholder,
.status-card {
margin-inline-start: 46px + 10px;
width: calc(100% - (46px + 10px));

Loading…
Cancel
Save