feat: update UI title, restore guide functionality, and simplify server list view

This commit is contained in:
2026-04-23 14:48:06 +09:00
parent e5b4eb8295
commit bb1cc36d01
9 changed files with 84 additions and 50 deletions

View File

@@ -169,3 +169,25 @@ body {
.hidden { display: none !important; }
.text-nowrap { white-space: nowrap; }
/* --- Utility Styles --- */
.badge {
padding: 2px 6px;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
white-space: nowrap;
}
.badge-primary { background-color: var(--primary-color); color: white; }
.badge-muted { background-color: #9CA3AF; color: white; }
.text-tag {
color: var(--text-muted);
font-size: 11px;
padding: 1px 5px;
border: 1px solid var(--border-color);
border-radius: 3px;
background-color: var(--bg-light);
}
.font-bold { font-weight: 700; }