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:
parent
aa74a68ca8
commit
0ca828325d
10 changed files with 29 additions and 22 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue