Open StormJumper opened 2 years ago
Update: I also re-imaged another computer with FF85 that sexy curves css worked but as soon as I update to 103.0.1 all that was gone so looks like userChrome.css no longer works with the latest updates. So a update is needed here.
I've made a pull request (#126) for 2BeeOrNot's fix that works on Firefox 103. You should be able to find working css stylesheets in that PR for now.
i'm running FF 103.0.2 and the theme works perfectly fine on the repository version.
Hmm... for me the curves are back but there's no space to the left of the first tab. Using overflow: unset !important;
seems to bring it back.
So how do I find that #126 PR at? I do know on FF85 it did have the curve from that image but as soon as I update FF103 it was gone back to the square tabs and any attempt to copy userChrome.css didn't work. So I tried looking where the PR was but don't know where to look.
https://github.com/wilfredwee/photon-australis/pull/126
GitHub shortens it so you'll have to click on the link above
So where does one place this into the userchrome.css? I don't see example where to put it right now.
Also stopped working in WaterFox macOS (Windows and Linux version not tested) after the latest G5.0.1 update, even with overflow: unset !important;
added to all three .css files (default/ dark/ light) as per #126 (latest .zip downloaded right from this repo's start page)
.tabbrowser-tab {
padding-inline: 0px !important;
overflow: unset !important;
}
I again followed all instructions in the photonAustralis ReadMe to make sure all settings in about:config
are correct, which they still are, but curved tabs indeed do not work anymore in WF G5.0.1 regardless if using default/ dark/ light :(
When I close WF G5.0.1 and run WF G4.1.5, curved tabs are back right away with the same profile.
So when do we get a update with FireFox 103 that will restore sexy curves and dark/light themes back? Or did the creator here has given up on creating a userChrome.css that works currently???