StV: add user menu

This commit is contained in:
chfhtw
2025-11-05 11:06:45 +01:00
parent 146bb5f336
commit cc3da1439d
4 changed files with 105 additions and 0 deletions
+6
View File
@@ -41,6 +41,12 @@ html {
width: 0%;
}
#nav-user-btn img {
object-fit: contain;
height: 2.5rem;
width: 2.5rem;
}
.tabulator-row.disabled.tabulator-row-odd .tabulator-cell {
color: var(--gray-400);
}