Properly center reader mobile progress bar page "point"

This commit is contained in:
schroda
2024-12-23 02:20:20 +01:00
parent b51d8e5f66
commit 15baf1f7fb

View File

@@ -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',