feat: update UI title, restore guide functionality, and simplify server list view
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user