feat: icon in sidebar

This commit is contained in:
Junyan Qin
2025-05-06 21:56:12 +08:00
parent 646687b8da
commit 324f1c324d
5 changed files with 50 additions and 48 deletions
@@ -87,20 +87,20 @@
align-items: center;
justify-content: flex-start;
gap: 0.2rem;
height: 1.6rem;
height: 1.5rem;
padding: 0.5rem;
border-radius: 0.8rem;
background-color: #66baff80;
}
.abilityIcon {
width: 1.2rem;
height: 1.2rem;
width: 1rem;
height: 1rem;
color: #2288ee;
}
.abilityLabel {
font-size: 1rem;
font-weight: 300;
font-size: 0.8rem;
font-weight: 400;
color: #2288ee;
}