mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-08 10:56:36 +00:00
Fix rust version and install a rust version compatible with LLVM 19
Update border radius in zen-browser.js to 8 pixels Set default width to 250px in ZenStartup.mjs Adjust overflow and border radius in zen-browser-container.css Update background color in vertical-tabs.css
This commit is contained in:
@@ -77,7 +77,7 @@ pref('zen.tabs.vertical', true);
|
||||
pref('zen.tabs.vertical.right-side', false);
|
||||
pref('zen.tabs.show-newtab-under', false);
|
||||
pref('zen.theme.accent-color', "#aac7ff");
|
||||
pref('zen.theme.border-radius', 5); // In pixels
|
||||
pref('zen.theme.border-radius', 8); // In pixels
|
||||
pref('zen.theme.content-element-separation', 6); // In pixels
|
||||
pref('zen.theme.toolbar-themed', true);
|
||||
pref('zen.theme.pill-button', false);
|
||||
|
Reference in New Issue
Block a user