chore: Refactor Zen theme modifier, fix notification deck placement, and update tab styling

This commit is contained in:
Mauro Balades
2024-08-12 10:18:00 +02:00
parent cedd505a09
commit af75d67b30
3 changed files with 12 additions and 36 deletions

View File

@@ -119,7 +119,7 @@ var ZenThemeModifier = {
// Fix notification deck
document.getElementById("zen-appcontent-navbar-container")
.appendChild(document.getElementById("tab-notification-deck"));
.appendChild(document.getElementById("tab-notification-deck-template"));
gZenVerticalTabsManager.init();
gZenCompactModeManager.init();