Expose and beautifully render service version badges next to modal window titles

Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com>
This commit is contained in:
naturallaw777
2026-07-29 14:17:29 +00:00
co-authored by arena-agent
parent dec0aebc95
commit 310731b3e0
2 changed files with 27 additions and 0 deletions
@@ -200,6 +200,19 @@ button.btn-reboot:hover:not(:disabled) {
gap: 10px;
}
.creds-title-version-badge {
background-color: rgba(255, 255, 255, 0.06);
color: var(--text-secondary);
font-size: 0.72rem;
font-weight: 600;
padding: 2px 10px;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.08);
letter-spacing: 0.02em;
display: inline-flex;
align-items: center;
}
.creds-title-icon {
width: 28px;
height: 28px;