Skip to content

Commit 1a66098

Browse files
committed
improvement(reskin-profile): mm date cutoff
1 parent d525b6b commit 1a66098

File tree

1 file changed

+2
-3
lines changed
  • src/shared/components/ProfilePage/Stats/ChartTooltip

1 file changed

+2
-3
lines changed

src/shared/components/ProfilePage/Stats/ChartTooltip/styles.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@
3535
&::after {
3636
content: '';
3737
position: absolute;
38-
left: 155px;
39-
height: 10px;
38+
top: 96%;
39+
left: 50%;
4040
width: 10px;
4141
background-color: $tc-gray-80;
42-
top: 110px;
4342
transform: rotate(45deg);
4443
}
4544
}

0 commit comments

Comments
 (0)