icons & menu

This commit is contained in:
STEINNI
2025-10-13 20:04:20 +00:00
parent a38d2da3e4
commit 2e0a223efe
36 changed files with 847 additions and 808 deletions
+1 -1
View File
@@ -2034,7 +2034,7 @@ class Menu extends EicComponent {
if(item.items) {
el = ui.create(`<button eicbutton rounded small class="icon-angle-up"></button>`);
el = ui.create(`<button eicbutton rounded xsmall class="icon-angle-up"></button>`);
el.addEventListener('click', this.toggle.bind(this));
parent.appendChild(el);