Refactor ZenStartup and ZenUIManager to improve UI layout and remove console logs

This commit is contained in:
mauro-balades
2024-09-13 20:12:07 +02:00
parent 73e05b6582
commit 65b178e594
4 changed files with 8 additions and 4 deletions

View File

@@ -71,7 +71,7 @@
totalHeight -= tab.getBoundingClientRect().height;
}
tabs.style.maxHeight = totalHeight + 'px';
console.info('ZenThemeModifier: set tabs max-height to', totalHeight + 'px');
//console.info('ZenThemeModifier: set tabs max-height to', totalHeight + 'px');
const allTabs = document.getElementById('alltabs-button');
allTabs.removeAttribute('hidden');