Skip to content

Commit

Permalink
dunno what i did there
Browse files Browse the repository at this point in the history
  • Loading branch information
oatkiller committed Jul 27, 2020
1 parent 0edc131 commit 7a75012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const StyledElapsedTime = styled.div<StyledElapsedTime>`
left: ${(props) => `${props.leftPct}%`};
padding: 6px 8px;
border-radius: 999px; // generate pill shape
transform: translate(-50%, -50%) rotateX(35deg);
transform: translate(-50%, -50%);
user-select: none;
`;

Expand Down

0 comments on commit 7a75012

Please sign in to comment.