Skip to content

Fix: Pin interval select width so desktop matches web - #262

Open
dazakdev wants to merge 1 commit into
mainfrom
dawidzak/voy-99-desktop-interval-select-much-wider-than-on-web
Open

dazakdev wants to merge 1 commit into
mainfrom
dawidzak/voy-99-desktop-interval-select-much-wider-than-on-web

Conversation

@dazakdev

@dazakdev dazakdev commented Sep 22, 2026

Copy link
Copy Markdown
Collaborator

Closes VOY-99.

WKWebView lacks appearance: base-select, so DaisyUI's select falls back to appearance: none and WebKit adds its own menu-list padding, making the auto-refresh select ~25px wider in the Tauri app than on web. A fixed w-18 renders identically in both engines and still fits the widest option with the caret.

image

Tauri left, Safari right

🤖 Generated with Claude Code

WKWebView does not support appearance: base-select, so DaisyUI's select
falls back to appearance: none and WebKit adds its own menu-list padding.
An auto-width select ends up ~25px wider in the Tauri app than in Chromium.
A fixed w-18 (63px) renders identically in both engines and still fits the
widest option with the caret.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@dazakdev
dazakdev requested a review from piotrsac September 22, 2026 14:11
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.

1 participant