Replies: 9 comments 18 replies
-
The code is just meant to make the "playing/muted" icon hover on top of the favicon of the tab. If your goal is to make the playing icon disappear entirely, just set display to none.
As for the snippet, the problem is that Firefox is struggling to re-proportion the entire window as it animates the width of the sidebar. Firefox seems to have no trouble compressing the window but it finds it hard expanding it back out to fill in the space left by the sidebar as it collapses. It was only when I set the transition time to 4 seconds that Firefox was able to keep up. I don't think its an issue that can be solved by tweaking the css. You'd need a different method to collapse the sidebar entirely. I'd recommend just using the one that comes with FlyingFox, that being userChrome-hover. It works by just shoving the sidebar off screen until on the icons show, so that way, Firefox doesn't have to reanimate the whole window, its just a matter of covering and uncovering content. Mind you, it requires the icons to be on the right side, which may or may not be a deal breaker for you All the variables can be customized with root:
Just put that anywhere in your userChrome and tweak as you see fit.
Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks for all the solutions! For the spacing issue I tried using the .json file but I still get the issue, I also haven't tweaked any settings other than the ones mentioned above in the chome folder. I will try a fresh profile tomorrow and report back. Two more questions: Is the url bar the only menu that has a visible border? |
Beta Was this translation helpful? Give feedback.
-
I might be using the wrong term but it's the little box that appears in the bottom left corner when hovering over links: |
Beta Was this translation helpful? Give feedback.
-
Ok I made a fresh profile and I found the spacing issue is happening when switching the sidebar position from right to left. Untitled.video.-.Made.with.Clipchamp.mp4 |
Beta Was this translation helpful? Give feedback.
-
Ok no more questions (for now lol) I just have to tweak colours and everything will be set up. Thanks for being so patient and answering all my questions! |
Beta Was this translation helpful? Give feedback.
-
@Astromations after some more tweaking I found two more things I couldn't figure out how to change:
I also opened an issue (#2) related to bookmarks/history in the sidebar a few days ago. Other than that I've been enjoying FlyingFox a lot! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Astromations Some quick questions: |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm currently using this css snippet (including the TST settings) from the TST wiki to autohide the sidebar, I tries your css by placing;
in TST settings and;
based on your screenshots, but it is broken (I'm guessing because of conflicts with the snippet above) any ideas?
Also while using the snippet above, the animation while expanding is smooth but when collapsing just sidebar snaps in. FlyingFox has got buttery smooth animations both when collapsing and expanding, what parts of the css can I use to get the same effect?
P.S. Thanks for reviving FlyingFox!
Beta Was this translation helpful? Give feedback.
All reactions