chore: Invoke less connections at startup by locally bundling icons, b=(bug #7000), c=common, images, welcome

This commit is contained in:
Mr. M
2025-04-29 20:23:31 +02:00
parent f38bea67ab
commit 053bc28e68
13 changed files with 24 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ export var ZenCustomizableUI = new (class {
});
// remove all styles except for the width, since we are xulstoring the complet style list
const width = toolbox.style.width || '180px';
const width = toolbox.style.width || '228px';
toolbox.removeAttribute('style');
toolbox.style.width = width;