This commit is contained in:
Zan
2025-12-02 15:38:23 +01:00
parent f984f9e7a2
commit b35154f906
14 changed files with 643 additions and 764 deletions

View File

@@ -354,13 +354,15 @@ h2 {
}
.user-dropdown-btn {
background: none;
background: var(--button-secondaryFill);
border: none;
cursor: pointer;
padding: 8px;
padding: 8px 12px;
display: flex;
align-items: center;
color: var(--text-primary);
border-radius: 12px;
box-shadow: 0px 1px var(--shadow-blur, 2px) 0px var(--accent-shadow);
}
.user-dropdown {

View File

@@ -505,7 +505,6 @@ class DashboardRenderer {
document.body.appendChild(kretaContainer);
setupUserDropdown();
setupMobileNavigation();
}
}