Skip to content

Commit

Permalink
Properly center reader mobile progress bar page "point"
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Dec 23, 2024
1 parent b51d8e5 commit 15baf1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ const BaseMobileReaderProgressBar = ({
<Box
sx={{
position: 'absolute',
top: 'calc(50% - 2px)',
top: '50%',
transform: 'translateY(-50%)',
right: '2px',
width: '2px',
height: '2px',
Expand Down

0 comments on commit 15baf1f

Please sign in to comment.