We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9d898 commit 85c0e0bCopy full SHA for 85c0e0b
1 file changed
frontend/components/leaderboard/LeaderboardPodium.tsx
@@ -8,7 +8,7 @@ import { User } from './types';
8
9
const rankConfig = {
10
1: {
11
- height: '100%',
+ height: '70%',
12
delay: 0.4,
13
style: {
14
border: 'border-yellow-400 dark:border-yellow-500',
@@ -19,7 +19,7 @@ const rankConfig = {
19
},
20
21
2: {
22
- height: '50%',
+ height: '40%',
23
delay: 0.2,
24
25
border: 'border-slate-300 dark:border-slate-500',
@@ -30,7 +30,7 @@ const rankConfig = {
30
31
32
3: {
33
- height: '35%',
+ height: '20%',
34
delay: 0.6,
35
36
border: 'border-orange-300 dark:border-orange-500',
0 commit comments