Refactor browser preferences and styles

This commit is contained in:
mr. M
2024-11-03 16:46:24 +01:00
parent aa74a68ca8
commit 0ca828325d
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;