mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-09 19:36:53 +00:00
Refactor ZenStartup and ZenUIManager to improve UI layout and remove console logs
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user