mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: add unified extensions button to top buttons in Zen UI manager; clean up vertical tabs CSS
This commit is contained in:
@@ -200,6 +200,7 @@ var gZenVerticalTabsManager = {
|
||||
for (const button of elements) {
|
||||
buttonsTarget.append(button);
|
||||
}
|
||||
topButtons.appendChild(document.getElementById('unified-extensions-button'));
|
||||
topButtons.appendChild(document.getElementById('PanelUI-button'));
|
||||
if (this.isWindowsStyledButtons) {
|
||||
document.getElementById('zen-appcontent-navbar-container').append(
|
||||
|
@@ -247,7 +247,6 @@
|
||||
margin-inline: var(--tab-block-margin);
|
||||
}
|
||||
|
||||
& #zen-sidebar-top-buttons,
|
||||
& #nav-bar {
|
||||
padding: var(--zen-element-separation);
|
||||
padding-right: 0;
|
||||
|
Reference in New Issue
Block a user