-
Notifications
You must be signed in to change notification settings - Fork 60
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
"decrement-arrow" has wrong rotation #144
Comments
In case of |
Hmm, the strange thing is, I'm not geting +/- as signs. My signs are ^/v (up and down). On your website, I also see the +/- signs... |
Are you sure you are loading the themes correctly? My guess is that you have both Adwaita and Cupertino themes loaded simultaneously or you placed the widget inside a shadow root without |
I'm pretty sure I use Xel the correct way, the only references are in my index.html with the following usages: I'm using it in an Electron app with the following packages on a M2 Mac: |
I still can't reproduce this issue. Could you please attach your index.html file? Also, what is your web browser name and version? |
The HTML file looks fine, I guess it is a problem with the tooling that you use to generate the Electron app bundle. |
Hi
First of all, thank you very much for providing such a nice widget library!
Now the small issue: the "decrement-arrow" has an the wrong rotation in the following css-files:
adwaita.css
adwaita-dark.css
cupertino.css
I fixed it by simply removing the unnecessary "rotate"-command in the css.
It would be nice if you could include this fix in your main branch and upcoming releases.
Regards,
Stefan
The text was updated successfully, but these errors were encountered: