fix(ux): more-icon auf ellipsis; sidebar-labels ab 1280px statt 1440px
This commit is contained in:
+1
-1
@@ -521,7 +521,7 @@ function renderAppShell(container) {
|
||||
moreBtn.setAttribute('aria-label', t('nav.more'));
|
||||
moreBtn.setAttribute('aria-expanded', 'false');
|
||||
const moreBtnIcon = document.createElement('i');
|
||||
moreBtnIcon.dataset.lucide = 'grid-2x2';
|
||||
moreBtnIcon.dataset.lucide = 'ellipsis';
|
||||
moreBtnIcon.className = 'nav-item__icon';
|
||||
moreBtnIcon.setAttribute('aria-hidden', 'true');
|
||||
const moreBtnLabel = document.createElement('span');
|
||||
|
||||
Reference in New Issue
Block a user