Added newtab button option to stay under last tab and reworked gradient generator's layout

This commit is contained in:
mr. M
2024-10-26 15:38:45 +02:00
parent 4ee7fa2af7
commit f019490989
10 changed files with 66 additions and 21 deletions

View File

@@ -47,6 +47,8 @@
0
);
document.l10n.setAttributes(document.getElementById('tabs-newtab-button'), 'tabs-toolbar-new-tab');
function throttle(f, delay) {
let timer = 0;
return function (...args) {