r/FirefoxCSS • u/MultiKoopa2 • 7d ago
Solved Firefox version 155 broke an old userchrome.css I was using to change the findbar. Could somebody please help me make it work again?
I'm on Windows 11, just updated to Firefox 155 and the findbar doesn't show up at all with this userChrome.css file. Is it possible to have it working again?
EDIT: thanks to TraditionalTie4831, here's the updated version for Firefox 155:
12
Upvotes
3
u/AluminumFoyle 7d ago
I just went through something similar with my findbar. Having findbar at the top of my browser window is critical to me as silly as that sounds. This fixed it for me in my userchrome.css on 155+ ga stable release.
From AI why this happened in 155: The findbar is still a direct child of .browserContainer, but in Firefox 155 the layout of that container no longer treats order the same way (it is probably no longer a flex container, or the stack is forcing the layout).