|
11 | 11 | 🐣 |
12 | 12 | </div> |
13 | 13 |
|
14 | | - <div class="hidden sm:flex flex-col"> |
15 | | - <div class="flex items-center gap-2"> |
16 | | - |
17 | | - <div class="relative group"> |
| 14 | + <div class="hidden sm:flex flex-col items-center"> <div class="flex items-center gap-2 mb-1"> <div class="relative group"> |
18 | 15 | <span id="level-name" class="text-[9px] md:text-[10px] font-black uppercase tracking-widest text-[var(--text-main)] cursor-help hover:text-accent transition-colors"> |
19 | 16 | Newbie |
20 | 17 | </span> |
|
43 | 40 | <span id="count-common" class="opacity-60 font-mono">0</span> |
44 | 41 | </div> |
45 | 42 | <div class="flex items-center justify-between"> |
46 | | - <div class="flex items-center gap-1.5"> |
47 | | - <span class="w-1.5 h-1.5 rounded-full bg-[#10b981]"></span> |
48 | | - Uncommon |
49 | | - </div> |
| 43 | + <div class="flex items-center gap-1.5"><span class="w-1.5 h-1.5 rounded-full bg-[#10b981]"></span> Uncommon</div> |
50 | 44 | <span id="count-uncommon" class="opacity-60 font-mono">0</span> |
51 | 45 | </div> |
52 | 46 | <div class="flex items-center justify-between"> |
|
61 | 55 | <div class="flex items-center gap-1.5"><span class="w-1.5 h-1.5 rounded-full bg-[#fbbf24]"></span> Legend</div> |
62 | 56 | <span id="count-legendary" class="opacity-60 font-mono">0</span> |
63 | 57 | </div> |
64 | | - |
65 | 58 | <div class="flex items-center justify-between"> |
66 | | - <div class="flex items-center gap-1.5"><span class="w-1.5 h-1.5 rounded-full bg-[#ef4444]"></span> Mythic</div> |
| 59 | + <div class="flex items-center gap-1.5"><span class="w.1.5 h-1.5 rounded-full bg-[#ef4444]"></span> Mythic</div> |
67 | 60 | <span id="count-mythic" class="opacity-60 font-mono">0</span> |
68 | 61 | </div> |
69 | | - |
70 | 62 | <div class="flex items-center justify-between"> |
71 | | - <div class="flex items-center gap-1.5"><span class="w-1.5 h-1.5 rounded-full bg-[#ffffff] shadow-[0_0_5px_#fff]"></span> Absolute</div> |
| 63 | + <div class="flex items-center gap-1.5"><span class="w.1.5 h-1.5 rounded-full bg-[#ffffff] shadow-[0_0_5px_#fff]"></span> Absolute</div> |
72 | 64 | <span id="count-absolute" class="opacity-60 font-mono">0</span> |
73 | 65 | </div> |
74 | 66 | </div> |
|
77 | 69 | </div> |
78 | 70 |
|
79 | 71 | </div> |
80 | | - <div class="w-full h-1 md:h-1.5 bg-black/10 dark:bg-white/10 rounded-full mt-1.5 md:mt-2 overflow-hidden"> |
| 72 | + |
| 73 | + <div class="w-24 md:w-32 h-1 bg-black/10 dark:bg-white/10 rounded-full overflow-hidden"> |
81 | 74 | <div id="level-progress" class="h-full bg-accent transition-all duration-1000" style="width: 0%"></div> |
82 | 75 | </div> |
83 | 76 | </div> |
|
0 commit comments