Skip to content

Commit

Permalink
fix: mobile emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Holybasil committed Aug 15, 2024
1 parent a82db56 commit 3f04e4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/canvas-badge/Badges/BadgeList/BadgeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const useStyles = makeStyles()(theme => ({
top: "0.8rem",
right: "0.8rem",
borderRadius: "1.4rem",
padding: "0 0.7rem",

fontSize: "1.4rem",
fontWeight: 500,
lineHeight: "2.8rem",
Expand All @@ -25,11 +25,12 @@ const useStyles = makeStyles()(theme => ({
overflow: "hidden",
willChange: "width, transform",
cursor: "default",

textAlign: "center",
maxWidth: "2.8rem",
transition: "all 0.3s cubic-bezier(0.34, 1.1, 0.64, 1)",
"&:hover": {
maxWidth: "20rem",
padding: "0 0.7rem",
},
},
}))
Expand Down

0 comments on commit 3f04e4f

Please sign in to comment.