ui: clean up self entry in peer list
Replace bold duplicate-looking self row with dimmed name + small accent "you" badge. Removes the ID (already shown in identity section at top). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -64,6 +64,8 @@ details summary { color: var(--muted); font-size: 12px; cursor: pointer; }
|
||||
.sidebar-peers { gap: 0; }
|
||||
.peer-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
|
||||
.peer-row { display: flex; align-items: center; gap: 6px; padding: 4px 12px; }
|
||||
.peer-row-self { opacity: 0.7; }
|
||||
.peer-row-you { font-size: 10px; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; margin-left: 2px; flex-shrink: 0; }
|
||||
.peer-row:hover { background: rgba(255,255,255,0.04); }
|
||||
.peer-row:hover .peer-row-actions { opacity: 1; }
|
||||
.peer-row-alias { font-size: 13px; font-weight: 500; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
|
||||
Reference in New Issue
Block a user