feat: add first_name/last_name to users, avatar in header, neutral dashboard bg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user