Replies: 7 comments 6 replies
-
Unfortunately its not possible. The Sidebery DOM IS the sidebar, and firefox only has one sidebar. Extensions in firefox are really limited in that, "view in two tab" extensions require the sidebar to sit their content (web frame) in. the other option is to view the extension through a popup, and even that is limited in size (i think 800x600). And on top of that, the popups are closed when active window status changes. Thats why I made the theme in the first place, I had to sacrifice using sidebery which i now use for bookmark management, so that i can keep the sidebar and use it for split screening also. Ive even considered moving over to Floorp for these reasons, the developer there is doing an amazing job. |
Beta Was this translation helpful? Give feedback.
-
Alright It took a while to comprehend what you were trying to accomplish SO... I assume you simply want to get rid of the tabs, and keep using Sidebery for tabs. But now you want to autohide the Sidebar. The best way to do that with my theme would be to rewrite
50vw version youll have to style sidebery (CLICK ME) FULL CODE IS HERE
|
Beta Was this translation helpful? Give feedback.
-
I played around debugging sidebery, filtered some elements to see what was causing the jumping behavior its specific to tabs that are pinned on the right* side, doesn't happen when pinned left or top of tabs, so you may have to either settle on having them top or left, or spend some time with it in remote debugger. this is a sidebery issue with how they handle their pinned tabs transitions |
Beta Was this translation helpful? Give feedback.
-
well you have a transition targetting the sidebar-box*
use a simple format for transition: min-width, duration, type, delay and when you establish the transition youre establishing the change (min-width)
Using variables will let you target widths and change them later easily, its for your benefit, you can create variables for numbers, colors, you just give it a --title, and use them like i have it above ^ and below v
Although ive given "fixes" in this comment, I still see a lot of flaws in this approach. Im not an expert at all, Ive just spent a lot of time trying to fix my own mistakes and learning. |
Beta Was this translation helpful? Give feedback.
-
also you can definitely just remove the transition lines from the very FIRST code I gave you, if all else fails. |
Beta Was this translation helpful? Give feedback.
-
hey @soulhotel, Just figured something out. The border-radius doesn't work on many websites (e.g., react.dev, tailwindcss.com).. |
Beta Was this translation helpful? Give feedback.
-
fixed two days ago #10 🫡 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions