feat: add first_name/last_name to users, avatar in header, neutral dashboard bg

This commit is contained in:
2026-05-12 12:51:47 +00:00
parent dedf4aea77
commit 6aa40eb5c2
5 changed files with 44 additions and 5 deletions
+16
View File
@@ -107,6 +107,22 @@ button {
}
.header-left { display: flex; align-items: center; }
.header-right { display: flex; align-items: center; gap: 0.75rem; }
.user-avatar {
width: 34px;
height: 34px;
border-radius: 50%;
background: linear-gradient(135deg, #1e7dc8 0%, #1360a0 100%);
color: #fff;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.02em;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 2px 8px rgba(14,80,160,0.4);
}
.header-username {
color: #ffffff;
font-size: 1rem;