Update for v.113
Hey brother latest update changed a lot of things and some parts of the code no longer work. Any chance you could update it? Thanks a lot!
Refer to these https://www.reddit.com/r/FirefoxCSS/comments/11odffm/psa_incoming_changes_to_default_element/, https://groups.google.com/a/mozilla.org/g/firefox-dev/c/9sGpF1TNbLk/m/QpU3oTUuAgAJ?pli=1
Sure np! Thanks for the info. I'll look into it. Looks like the -moz-box properties is no longer valid and needs to be changed to flex properties. Can you specify what parts don't work? Screenshots would be helpful
I don't use the full theme I've just taken some parts from it I like but one thing I noticed is that the "hover to show close button" for tabs doesn't work anymore. I did some digging and changed display: moz-box !important; to display: flex !important;. I was looking through the github's userChrome.css to find where the original code was but I can't actually find where I got this section from. After this change though I basically fixed the portions I took yea sorry for wasting your time. Maybe others who use the full theme may be experiencing more errors.
The Ctrl+F "find in page" toolbar doesn't appear anymore. That was the first (and only) thing I've noticed so far, since like Splinter7149, I'm only using parts of the script. Thanks!
Hi, I'm using the whole theme and so far the only thing I've noticed is the "find" toolbar as SportingChap mentioned.
I opened a PR to fix some things here: https://github.com/sagars007/starry-fox/pull/6 Don't have write access to link the PR/issue