mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: hamburger menu only placing 1 line
This commit is contained in:
@@ -274,10 +274,10 @@ function customizeMenuToggle() {
|
||||
menuToggle.innerHTML = '';
|
||||
}
|
||||
|
||||
const line = document.createElement('div');
|
||||
line.className = 'hamburger-line';
|
||||
|
||||
|
||||
for (let i = 0; i < 3; i++) {
|
||||
const line = document.createElement('div');
|
||||
line.className = 'hamburger-line';
|
||||
menuToggle!.appendChild(line);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user