- 26 Posts
- 44 Comments
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] Change color sign when moving bookmark
1·4 months agoThanks, the
"is wrong, in my case I use'drop-indicator'and works fine. 💙
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] Change color sign when moving bookmark
1·4 months agoFirst try and seem doesn’t work.

I will try it without my theme soon. Seems like doesn’t work, maybe is a change in
Firefox beta, I test the code always in there to update my theme for the next version.
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] How to change this strange non/variable
2·6 months agoooh, thanks for the information, your knowledge is epic. 🤝
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[Solved] Help making transparent background of 'about:' pages
1·7 months agoSeems like it solved now, thanks for all your help. 🤝
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[Solved] Help making transparent background of 'about:' pages
1·7 months agoI hope they fix that, but seems like they don’t want, thanks for your help. 💙
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•CPU issue when removing 'gap' in tools-and-extensions
1·10 months agohi, I notice the issue happens when the #sidebar-main is ‘expanded’, when collapsed the problem doesn’t appear, I removed the code
gap: 0px ;and that solve the issue, but that space between the buttons makes me nervous jeje I tried delete too that ‘overflow’ button to remove the ‘flickering’ but the problem persist.
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•CPU issue when removing 'gap' in tools-and-extensions
1·11 months agoI’m personally adding that code for a smooth transition, so I don’t want to remove it.
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•CPU issue when removing 'gap' in tools-and-extensions
1·11 months agoI forgot to mention that I’m
testing the code in Developer-editionnew changes arrived there. I will check if other of my code, with the code posted here, makes the issue happens.
.tab-group-label { #tabbrowser-tabs[orient="vertical"][expanded] & { width: 100% !important; text-align: start !important; } }
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•Keep tabsWithSound with the same size when moving a tab
1·1 year agoSeems like other code combined with this are incompatible (with a tab with sound) in my particular case, first I have to figure it out what of my other code is in conflict, rare all this situation. With your latest code, the issue persist.
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•Keep tabsWithSound with the same size when moving a tab
1·1 year agodecrease the maximum width
Exactly, the default is so large, like a sausage.
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•Keep tabsWithSound with the same size when moving a tab
1·1 year agoI don’t know why that happens, but the problem persists, I delete that code block and the problem disappear. I’m in Windows 10 with Firefox-developer-edition 141.0b3, maybe other code is doing that? Or in combination with another thing, how to know. Here is a video with the issue: https://imgur.com/a/2ZLIYVp
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] How to remove close button when the tab size is smaller
1·1 year agoWow, I don’t know how it works but works, I will research ‘CSS container’, to learn. I appreciate your help. 💙
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] Future bug in autohide_tabstoolbar_v2.css
1·1 year agoExcellent, thank you. 👍
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] Future bug in autohide_tabstoolbar_v2.css
1·1 year agoI tested it and don’t work for me, I said I was in Developer-edition, maybe in release version is different. Here is a video with the issue, the sidebar doesn’t expand when it is on the right side: https://imgur.com/a/zqsWpqf
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] Apply code when sidebar is expanded
1·1 year agoThank you, I will add it immediately :)
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] Apply code when sidebar is expanded
1·1 year agoHi, for some reason when the sidebar-main is expanded there are 2 styles for ‘tools-and extensions’, when there are just a few icons they display in vertical, and when there are more than a few they display in horizontal, and I would like to have always the styles for ‘tools-and-extensions’ in horizontal when sidebar is expanded, even if there are just a few of icons. But I can’t apply code when they are in ‘vertical + sidebar expanded’ and don’t affect when the sidebar is collapsed.

I see, thanks for the answer. 🫱🏻🫲🏼
Godie@lemmy.worldOPtoFirefox Customs@fedia.io•[solved] How to change the extensions icon of sidebar-revamp
1·1 year agoThanks. 😄👍 💙
I solved adding the next code in
userChrome.css, instead of usinguserContent.css, or maybe is neccessary to use both codes in each file::root:is([privatebrowsingmode="temporary"]) { --tabpanel-background-color: transparent !important; }