Refactor Zen UI components for improved toolbar button management and layout adjustments

This commit is contained in:
mr. M
2025-01-17 21:29:08 +01:00
parent 9fb04e4f7c
commit ee86bff81c
5 changed files with 7 additions and 13 deletions

View File

@@ -86,7 +86,7 @@
}
// remove all styles except for the width, since we are xulstoring the complet style list
const width = toolbox.style.width || '270px';
const width = toolbox.style.width || '180px';
toolbox.removeAttribute('style');
toolbox.style.width = width;