190 条评价
- 评分 5 / 5来自 Firefox 用户 18119611, 7 个月前
- 评分 5 / 5来自 Seän "Frostbyte" Shepherd, 7 个月前
- 评分 5 / 5来自 Firefox 用户 18672630, 7 个月前
- 评分 5 / 5来自 Firefox 用户 18557317, 7 个月前Thank you, this is the feature I wanted.
However, like Yandex Browser, Whale Browser, Edge Browser, and Vivaldi Browser, closing and opening the window does not keep the content displayed. - 评分 5 / 5来自 Firefox 用户 14961228, 10 个月前
- 评分 5 / 5来自 Emily Valenzuela, 1 年前
- 评分 5 / 5来自 Firefox 用户 18416970, 1 年前
- 评分 5 / 5来自 Al Nahrayn Compony, 1 年前
- 评分 5 / 5来自 Seän "frostbyte" Shepherd, 1 年前
- 评分 5 / 5来自 Static1047, 1 年前This is perfect for quickly throwing an email I am referencing in the sidebar and copying the data over!
- 评分 5 / 5来自 Firefox 用户 11940868, 1 年前
- 评分 5 / 5来自 Firefox 用户 18321173, 1 年前
- How to make side panel resizable:
Updated instructions for Feb 2024 (I'm on Firefox version 123)
- Go to about:support
- in Application Basics section find row called Profile Directory, click on Open Directory button
- Close all firefox running instances
- In that folder, find xulstore.json and open it with a text editor
- Find where it says "sidebar-box":{
- inside those brackets look for "style":
- inside this find width: and replace with the following:
width: 50%; max-width: none !important; min-width: 0px !important;
- if you did it correctly it should look like this: "style":"-moz-box-ordinal-group: 3; order: 1; width: 50%; max-width: none !important; min-width: 0px !important;","checked":"true"
- save the file and close, open Firefox and have fun :) - 评分 5 / 5来自 Firefox 用户 18301226, 1 年前
- 评分 5 / 5来自 Firefox 用户 11833568, 1 年前I hope to see Side View fully implemented natively in Firefox soon.
But it isn't useful as is, with the limited width. I had to fix this with this guide:
https://superuser.com/questions/1276800/customize-the-maximum-width-of-the-firefox-sidebar
Required a change in about:config for me:
(toolkit.legacyUserProfileCustomizations.stylesheets = true)