We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaabf0 commit 61ca6b4Copy full SHA for 61ca6b4
apps/renderer/src/modules/entry-content/components/EntryReadHistory.tsx
@@ -52,7 +52,7 @@ export const EntryReadHistory: Component<{ entryId: string }> = ({ entryId }) =>
52
<button
53
type="button"
54
style={{
55
- right: "80px",
+ right: `${LIMIT * 8}px`,
56
zIndex: 11,
57
}}
58
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