Skip to content

Commit

Permalink
[C-2930] Fix extra space after username in tip to unlock modal (#3845)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback committed Aug 9, 2023
1 parent f5320be commit be0d278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web/src/components/track/GiantTrackTile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@
margin-right: 0px !important; /* to override the !important in UserBadges */
}

.noContentBadgeIcon {
margin-left: 0;
}

.badgeAi {
background: linear-gradient(
180deg,
Expand Down
1 change: 1 addition & 0 deletions packages/web/src/components/track/PremiumTrackSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ export const PremiumTrackSection = ({
<UserBadges
userId={entity.user_id}
className={styles.badgeIcon}
noContentClassName={styles.noContentBadgeIcon}
badgeSize={14}
useSVGTiers
/>
Expand Down

0 comments on commit be0d278

Please sign in to comment.