Recensiones de Sidebar Tab
Sidebar Tab per Shailendra
3 recensiones
- Classificate 4 de 5per T4nk3rChu, 13 μέρες πρινshowing great potential. If only this extension could support multi container account then the last star is yours
- Classificate 4 de 5per Andreas, 7 μήνες πριν
- Classificate 4 de 5per anon, 7 μήνες πρινIts the only barely functional split view for firefox despite YEARS of begging them to create one. Edge, Chrome and Opera all have it.
This extension is not perfect. You cannot resize this side window. its fixed for me.
But its better than absolutely nothing.Responsa de disveloppator
publicate 7 μήνες πρινHi,
- `You cannot resize this side window.`
We can resize the sidebar window by dragging from the edge of the sidebar. The grabbable edge for resizing is quite thin, so we need to move cursor slowly to see the drag cursor icon. Can you try it? If it's width is limited to some maximum value, can you try userChrome.css with
#sidebar-box {
max-width: none !important;
}
You can search step-by-step guide on how to set userChrome.css in case you're not aware of this.
OR
If you're using old sidebar, can you use new sidebar layout?
Settings > General > Browser Layout > Check 'Show Sidebar'
If this option is not there, you can try: about:config > sidebar.revamp to true
OR
Check whether you're using the latest or recent versions of firefox? Sometimes this can also be reasons for compatibility issues.
These should fix the fixed width of sidebar.
Thank you for using this extension.