-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix #15217: Board options missing on mobile web #15292
base: master
Are you sure you want to change the base?
Conversation
…le, and center all icons
I think I am misunderstanding you, how can be board options be added to mobile devices without a full tool bar?
The board option and analysis options were already on personal games on mobile, so I can remove them there and reinstate them to the initial tool bar like this: |
boardopts.mov
Media query:
lila/ui/round/css/_layout.scss
Lines 4 to 7 in 611d7ee
or
@media (max-width: 799.29px) and (orientation: portrait)
#15217