Open chlorine3545 opened 2 months ago
Yes, you can make the sidebar wider! Open your Zen profile folder (about:support > "Profile Directory"). In the chrome folder, create a userChrome.css file (if it doesn't exist) and add this:
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
#navigator-toolbox:is(#navigator-toolbox[zen-user-hover="true"]:hover, #navigator-toolbox[zen-user-hover="true"]:focus-within, #mainPopupSet[zen-user-hover="true"]:has(> #appMenu-popup:hover) ~ toolbox, #navigator-toolbox[zen-user-hover="true"]:has([open="true"]:not(tab):not(#zen-sidepanel-button)), :not([zen-user-hover="true"])) {
--zen-navigation-toolbar-min-width: 200px !important;
width: 300px;
}
}
Adjust the width: 300px to your preference.
Yes, you can make the sidebar wider! Open your Zen profile folder (about:support > "Profile Directory"). In the chrome folder, create a userChrome.css file (if it doesn't exist) and add this:
@media (-moz-bool-pref: "zen.view.sidebar-expanded") { #navigator-toolbox:is(#navigator-toolbox[zen-user-hover="true"]:hover, #navigator-toolbox[zen-user-hover="true"]:focus-within, #mainPopupSet[zen-user-hover="true"]:has(> #appMenu-popup:hover) ~ toolbox, #navigator-toolbox[zen-user-hover="true"]:has([open="true"]:not(tab):not(#zen-sidepanel-button)), :not([zen-user-hover="true"])) { --zen-navigation-toolbar-min-width: 200px !important; width: 300px; } }
Adjust the width: 300px to your preference.
Awesome. Thank you tux-arch, you really make my day :)
I reopen this issue COZ after updating to 1.0.1-a.13, the method above doesn't work anymore :(
Update: after updating to 1.0.1-a.14 (Don't know if it works on 13), you can resize the sidebar by (disabling compact mode and) dragging the bar edge directly! A clever and user-friendly design :)
Captchas
What happened?
Hello there.
Might not strictly be a bug, but it's something I thought worth mentioning. From my perspective, the sidebar appears to be quite narrow compared to Arc's design.
So, how can we make it a little wider?
Thanks a lot!
Reproducible?
Version
1.0.0 alpha 37
What platform are you seeing the problem on?
macOS - aarch64
Relevant log output
No response