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

[Bug]: Icons in the AppMenu not showing properly in Firefox #34969

Closed
cupcakearmy opened this issue Nov 4, 2022 · 0 comments · Fixed by #35029
Closed

[Bug]: Icons in the AppMenu not showing properly in Firefox #34969

cupcakearmy opened this issue Nov 4, 2022 · 0 comments · Fixed by #35029
Labels

Comments

@cupcakearmy
Copy link

cupcakearmy commented Nov 4, 2022

Bug description

Nextlcoud version: 25.0.1

The app icons are not visible in firefox.

padding: calc((100% - $header-icon-size) / 2);

The padding here causes (on firefox) to make the icon so small that it disappears.

adding a box-sizing: content-box; fixes the issue without breaking safari or chrome.

demo.mp4
@cupcakearmy cupcakearmy added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Nov 4, 2022
@szaimen szaimen added 25-feedback 2. developing Work in progress and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants