photon-australis icon indicating copy to clipboard operation
photon-australis copied to clipboard

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

Open StormJumper opened this issue 1 year ago • 8 comments

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 avatar Jul 29 '22 00:07 StormJumper

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.

StormJumper avatar Aug 10 '22 13:08 StormJumper

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.

queueslikely avatar Aug 11 '22 23:08 queueslikely

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

zulc22 avatar Aug 13 '22 11:08 zulc22

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

queueslikely avatar Aug 13 '22 12:08 queueslikely

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.

StormJumper avatar Aug 22 '22 02:08 StormJumper

https://github.com/wilfredwee/photon-australis/pull/126

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

queueslikely avatar Aug 25 '22 22:08 queueslikely

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

StormJumper avatar Sep 01 '22 03:09 StormJumper

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.

LeeBinder avatar Oct 05 '22 21:10 LeeBinder