mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 22:36:23 +00:00
chore: Invoke less connections at startup by locally bundling icons, b=(bug #7000), c=common, images, welcome
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user