feat(ui): restore portfolio status next to logout
This commit is contained in:
@@ -288,6 +288,27 @@ a:hover {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.authStatus__user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 8px 10px;
|
||||
border-radius: 12px;
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.authStatus__userLabel {
|
||||
font-size: 11px;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.authStatus__userName {
|
||||
font-weight: 900;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.topNav__iconBtn {
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
|
||||
Reference in New Issue
Block a user