We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pane won't show anything except the input box, see the screenshot below,
If one emulates the mobile mode on a PC, contents and buttons are there but the page is misaligned,
No response
On a mobile:
On a PC:
app.emulateMobile(true)
Android
The text was updated successfully, but these errors were encountered:
I figured it out on my own, see #64.
Besides, for those who want a better layout on mobile, you may use the following css snippet,
div[data-type="dictionary-view"] .results .container { max-width: none !important; } div[data-type="dictionary-view"] h3 { font-size: 1.25rem; line-height: 1.2rem; margin: 0.3rem; }
Sorry, something went wrong.
I will take a look at the styling for mobile when I have the time soon.
No branches or pull requests
Describe the bug
The pane won't show anything except the input box, see the screenshot below,
If one emulates the mobile mode on a PC, contents and buttons are there but the page is misaligned,
Relevant errors (if available)
No response
Steps to reproduce
On a mobile:
On a PC:
app.emulateMobile(true)
in the console;Expected Behavior
Addition context
No response
Language
No response
API Name
No response
Operating system
Android
The text was updated successfully, but these errors were encountered: