You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @lxieyang! Nice extension, thanks for your work on it! :)
I have a couple of things I'd like to add - would love to know what you think. Happy to do all the work on it and do PRs, but obviously not if you wouldn't merge them - if so I'll just make a fork and do it all locally
Option to hide the search bar - it takes up quite a lot of space and I'm sure I'm not the only person who has zero interest in it
Remove the weird extra 10px of margin on the document body - it makes full-width headers and footers show an ugly gap between them and the sidebar (e.g. GitHub's header)
Add position: relative; to the document body, so that absolute-positioned elements don't appear behind the tab bar (this one is important as this breaks many sites, including YouTube!)
Option to disable the animation, as I personally find it quite distracting when it slides in every time I go to a new page - plus on pages with lots of content the animation can get a little framey. Also, it's annoying if the tab bar is shown in tab A, then while in tab B it is hidden. When navigating back to tab A, the tab bar first appears, then instantly animates away. It would be better if it was just instantly not there!
What do you reckon? I think the second and third points in particular are very straightforward and really should be done - especially the position: relative fix.
The text was updated successfully, but these errors were encountered:
Hey @lxieyang! Nice extension, thanks for your work on it! :)
I have a couple of things I'd like to add - would love to know what you think. Happy to do all the work on it and do PRs, but obviously not if you wouldn't merge them - if so I'll just make a fork and do it all locally
position: relative;
to the document body, so that absolute-positioned elements don't appear behind the tab bar (this one is important as this breaks many sites, including YouTube!)What do you reckon? I think the second and third points in particular are very straightforward and really should be done - especially the
position: relative
fix.The text was updated successfully, but these errors were encountered: