Skip to content

Commit 128da16

Browse files
committed
Reduced margins and paddings on badges
1 parent bfa5627 commit 128da16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/dashboard/LeaderBoard/leaderboard.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
.contributor-badges {
645645
display: flex;
646646
align-items: center;
647-
gap: 8px;
647+
gap: 4px;
648648
flex-wrap: wrap;
649649
cursor: pointer;
650650
transition: all 0.2s ease;
@@ -691,12 +691,12 @@
691691
display: flex;
692692
align-items: center;
693693
justify-content: flex-start;
694-
padding: 8px;
694+
padding: 4px;
695695
}
696696

697697
/* Badge display in top performer cards */
698698
.top-performer-card .contributor-badges {
699-
margin-top: 8px;
699+
margin-top: 4px;
700700
justify-content: center;
701701
}
702702

@@ -771,8 +771,8 @@
771771
/* Badges */
772772
.badges-container {
773773
display: flex;
774-
gap: 8px;
775-
margin-top: 8px;
774+
gap: 4px;
775+
margin-top: 4px;
776776
}
777777

778778
.badge {
@@ -1288,7 +1288,7 @@
12881288

12891289
.skeleton-badges {
12901290
display: flex;
1291-
gap: 8px;
1291+
gap: 4px;
12921292
}
12931293

12941294
.skeleton-badge {

0 commit comments

Comments
 (0)