Skip to content
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

Web UI: fix "settings" button hidden in mobile view #1244

Closed
wants to merge 1 commit into from

Conversation

cnotin
Copy link

@cnotin cnotin commented May 21, 2020

Before: settings icon is missing in mobile view
image

After: settings icon is back
image

Code is same as non-mobile CSS:

#settings_menu {
@include roundedBox(5px);
@include buttonImage('images/settings.png', $idle-color-top, $idle-color-bottom, $active-color-top, $active-color-bottom);
}

@ckerr
Copy link
Member

ckerr commented Jan 26, 2022

This is fixed by #1476.

Thank you for the PR though. This fix made sense when you submitted the PR and the maintainers (including me) should've reviewed your PR sooner. We'll try to do better in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants