fix: add unified extensions button to top buttons in Zen UI manager; clean up vertical tabs CSS

This commit is contained in:
mr. M
2024-11-19 22:19:48 +01:00
parent 37848357b3
commit f3cf51f7ac
2 changed files with 1 additions and 1 deletions

View File

@@ -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(

View File

@@ -247,7 +247,6 @@
margin-inline: var(--tab-block-margin);
}
& #zen-sidebar-top-buttons,
& #nav-bar {
padding: var(--zen-element-separation);
padding-right: 0;