Skip to content

Commit

Permalink
fix(social): ensure username does not overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjerca authored and seferturan committed Feb 14, 2025
1 parent e9b136d commit 597b72b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

<style>
.user-profile-badge {
max-width: calc(100% - var(--ni-32));
display: flex;
gap: var(--gap-xs);
align-items: center;
Expand All @@ -45,5 +46,9 @@
backdrop-filter: blur(var(--ni-8)) contrast(0.6);
border-radius: var(--border-radius-m);
overflow: hidden;
:global(.trakt-link) {
max-width: 75%;
}
}
</style>

0 comments on commit 597b72b

Please sign in to comment.