Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

UPDATE userChrome.css : Sexy curves gone with FireFox103 update css doesn't work #125

Open
StormJumper opened this issue Jul 29, 2022 · 8 comments

Comments

@StormJumper
Copy link

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???

@StormJumper StormJumper changed the title UPDATE userChrome.css : Sexy curves gone with 103 update css doesn't work UPDATE userChrome.css : Sexy curves gone with FireFox103 update css doesn't work Aug 2, 2022
@StormJumper
Copy link
Author

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.

@queueslikely
Copy link

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.

@zulc22
Copy link

zulc22 commented Aug 13, 2022

i'm running FF 103.0.2 and the theme works perfectly fine on the repository version.

@queueslikely
Copy link

queueslikely commented Aug 13, 2022

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.
Screenshot_27

@StormJumper
Copy link
Author

StormJumper commented Aug 22, 2022

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.

@queueslikely
Copy link

queueslikely commented Aug 25, 2022

#126

GitHub shortens it so you'll have to click on the link above

@StormJumper
Copy link
Author

So where does one place this into the userchrome.css? I don't see example where to put it right now.

@LeeBinder
Copy link

LeeBinder commented Oct 5, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants