Skip to content

fix: add padding to ellipsis button for larger tap target#62

Closed
12britz wants to merge 1 commit into
ciderapp:mainfrom
12britz:fix/ellipsis-button-padding
Closed

fix: add padding to ellipsis button for larger tap target#62
12britz wants to merge 1 commit into
ciderapp:mainfrom
12britz:fix/ellipsis-button-padding

Conversation

@12britz

@12britz 12britz commented Jul 5, 2026

Copy link
Copy Markdown

Summary

  • Added 8pt padding to the ellipsis button in player controls to increase the tappable area

Problem

The ellipsis menu button in AdditionalControls had a hit box constrained to just the icon size, making it difficult to tap reliably on touch devices.

Fix

Added .padding(8) before the .frame() modifier. This increases the tap target while keeping the visual appearance unchanged.

Fixes #42


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

The ellipsis button in player controls had a hit box that was too small,
making it difficult to tap reliably. Added 8pt padding to increase the
tappable area while keeping the visual size unchanged.

Fixes ciderapp#42
@lumaa-dev

Copy link
Copy Markdown
Collaborator

Issue #42 will be fixed with #36 already, but thanks for the contribution

@lumaa-dev lumaa-dev closed this Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing ellipsis button padding

2 participants