Skip to content

fix: mobile accessibility dropdown height (#1480)#1502

Open
slash-init wants to merge 2 commits into
processing:mainfrom
slash-init:fix/mobile-settings-grid-rows
Open

fix: mobile accessibility dropdown height (#1480)#1502
slash-init wants to merge 2 commits into
processing:mainfrom
slash-init:fix/mobile-settings-grid-rows

Conversation

@slash-init

Copy link
Copy Markdown
Contributor

Summary

On mobile, the Accessibility dropdown was being placed into an implicit grid row, which defaulted to auto height. This caused the dropdown to appear compressed compared to the Language dropdown and Search bar.
This change adds grid-auto-rows: var(--settings-container-height-touch) so implicit grid rows use the same height as the explicitly defined rows, keeping all controls consistently sized on mobile.

Before :
image

After:
image

Fixes #1480

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.

[2.0] On mobile, the Language and Accessibility dropdowns have misaligned font

1 participant