Skip to content

Commit

Permalink
fix: fix tournament bug
Browse files Browse the repository at this point in the history
  • Loading branch information
solveit-rodion-kuhty committed Sep 21, 2023
1 parent 840211c commit 504a8e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/widgets/Leaderboard/TopWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const DaysLeft = styled.div(({ tournament }: { tournament?: boolean }) => ({
fontWeight: 600,
fontSize: 14,
textAlign: 'center',
position: 'absolute',
display: 'none',
left: '-30px',
top: '-80px',
minWidth: 168,
Expand All @@ -44,6 +44,7 @@ const DaysLeft = styled.div(({ tournament }: { tournament?: boolean }) => ({
? {
padding: '7px 15px',
position: 'relative',
display: 'block',
top: '0',
left: '0',
width: '151px',
Expand Down

0 comments on commit 504a8e4

Please sign in to comment.