Skip to content

Commit

Permalink
fix: read indicator style
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Jul 13, 2023
1 parent 9270e11 commit d71a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/shared/ReadIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ReadIndicator: Component<{
ref={ref}
>
<NumberSmoothTransition>{readPercent}</NumberSmoothTransition>%
{!inView && <ReadIndicatorVertical className="right-[10px]" />}
{!inView && <ReadIndicatorVertical className="right-[1px]" />}
</As>
)
}
Expand Down

1 comment on commit d71a319

@vercel
Copy link

@vercel vercel bot commented on d71a319 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
springtide.vercel.app
shiro-innei.vercel.app
innei.in

Please sign in to comment.