Skip to content

Commit 61ca6b4

Browse files
committed
fix: read entry history more button position
Signed-off-by: Innei <i@innei.in>
1 parent 2eaabf0 commit 61ca6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/renderer/src/modules/entry-content/components/EntryReadHistory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const EntryReadHistory: Component<{ entryId: string }> = ({ entryId }) =>
5252
<button
5353
type="button"
5454
style={{
55-
right: "80px",
55+
right: `${LIMIT * 8}px`,
5656
zIndex: 11,
5757
}}
5858
className="no-drag-region relative flex size-7 items-center justify-center rounded-full border border-border bg-muted ring ring-background"

0 commit comments

Comments
 (0)