-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
right click menu icons and text broken (Not works -moz-os-version
)
#331
Comments
Because of this commit mozilla/gecko-dev@5fed8de It will be changed as follows: @media (-moz-os-version: windows-win10) {
} to /* v99 */
@media (-moz-platform: windows-win10) {
} It also has a media query for Mac and Linux. mozilla/gecko-dev@5fed8de#diff-314c90db7a8ea5667e97a1ff5079d02192246d424244fc9dcebd568f3e1c87e7 @media (-moz-platform: linux), (-moz-platform: macos) {
} |
I updated the code. Please do the test. |
@black7375 can you add that to the proton style? |
@maicol07 yep, updated 👍 |
Unfortunately I'm still experiencing this issue too on my system. Since the powershell script wasn't working, I manually updated the Leoton UI a few seconds ago by copying the relevant files in my profile directory, all in the hopes of addressing this problem.However, my icons are still overlapping with the corresponding text strings. This is with Firefox version 100.0.2, with the "Original Lepton" style. See here for further reference: |
-moz-os-version
)
Describe the bug
The logos are broken. I attempted to update with powershell before this issue, but to no fix.
Expected behavior
For the icons and text to be spaced out.
Screenshots
Environment:
Additional context
Firefox Nightly updated before I see this error
The text was updated successfully, but these errors were encountered: