fix(ux): more-icon auf ellipsis; sidebar-labels ab 1280px statt 1440px

This commit is contained in:
Ulas Kalayci
2026-04-29 21:03:13 +02:00
parent e7f0b21de9
commit 6974d7a86d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -676,7 +676,7 @@
}
/* Tooltip für collapsed Sidebar (nur Icons sichtbar bei 10241439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
@media (min-width: 1024px) and (max-width: 1279px) {
.nav-sidebar .nav-item {
overflow: visible;
}
@@ -710,7 +710,7 @@
/* ================================================================
* Sidebar Expanded (≥ 1280px) - Labels sichtbar
* ================================================================ */
@media (min-width: 1440px) {
@media (min-width: 1280px) {
:root {
--sidebar-width: var(--sidebar-width-expanded);
}