fix: add padding to item styles in style.scss

This commit is contained in:
Astrian Zheng 2025-02-21 17:04:16 +11:00
parent 580cbbb5a0
commit 1f44240d69
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -155,6 +155,7 @@
.item {
border-radius: 0.25rem;
height: 2rem;
padding: 0 0.5rem;
}
}