mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 19:06:14 +00:00
feat: add leaderboard rank extraction and display in chat and overlay components, including CSS styling for leaderboard badge
This commit is contained in:
@@ -784,6 +784,12 @@ main {
|
||||
color: #93c5fd;
|
||||
}
|
||||
|
||||
.badge--leaderboard {
|
||||
background: rgba(251, 191, 36, 0.2);
|
||||
color: #fcd34d;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.memberItem {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user