1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 03:15:30 +02:00

Refactor browser preferences and styles

This commit is contained in:
mr. M 2024-11-03 16:46:24 +01:00
parent aa74a68ca8
commit 0ca828325d
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
10 changed files with 29 additions and 22 deletions

View file

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