fix: avatar element masking button (#852)

This commit is contained in:
Johnny 2024-10-10 15:04:54 +08:00 committed by GitHub
parent f11eb19815
commit 81ca589c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export const EntryReadHistory: Component<{ entryId: string }> = ({ entryId }) =>
<button
type="button"
style={{
right: `${LIMIT * 8}px`,
marginLeft: `-${LIMIT * 8}px`,
zIndex: LIMIT + 1,
}}
className="no-drag-region relative flex size-7 items-center justify-center rounded-full border border-border bg-muted ring-2 ring-background"