-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: mobile dropdown cell height #11477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
a1d5f43
36b26c6
3bc547b
4b743b7
7e44922
ac090c7
e09944e
d7ca2ed
60a7d5a
f9fdd5c
26e0740
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -249,6 +249,7 @@ | |
| width: 300px; | ||
| } | ||
| } | ||
|
|
||
| &.books { | ||
| .TitleAuthor { | ||
| // stylelint-disable-next-line max-nesting-depth | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -45,6 +45,11 @@ | |||||||||||||||||||||||||||||||||||||
| .ac_results .ac_language { | ||||||||||||||||||||||||||||||||||||||
| font-size: @font-size-title-medium; | ||||||||||||||||||||||||||||||||||||||
| color: @black; | ||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||
| @media (pointer: coarse) { | ||||||||||||||||||||||||||||||||||||||
| padding: 12px 5px; | ||||||||||||||||||||||||||||||||||||||
| min-height: 44px; | ||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+49
to
53
|
||||||||||||||||||||||||||||||||||||||
| @media (pointer: coarse) { | |
| padding: 12px 5px; | |
| min-height: 44px; | |
| } | |
| } | |
| @media (pointer: coarse) { | |
| // Move touch target padding/min-height to parent li to avoid double padding | |
| // Remove padding from .ac_language | |
| } | |
| // Apply touch target styles to li containing .ac_language for coarse pointers | |
| @media (pointer: coarse) { | |
| .ac_results li:has(.ac_language) { | |
| padding: 12px 5px; | |
| min-height: 44px; | |
| } | |
| } | |
| } |
Uh oh!
There was an error while loading. Please reload this page.