Browse Source

Fix pop-in player display when poster has long username or handle (#16468)

closed-social-v3
Claire 2 years ago
committed by Eugen Rochko
parent
commit
8815e98aa2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss View File

@ -7284,6 +7284,7 @@ noscript {
&__account { &__account {
display: flex; display: flex;
text-decoration: none; text-decoration: none;
overflow: hidden;
} }
.account__avatar { .account__avatar {

Loading…
Cancel
Save