This commit is contained in:
2026-04-23 23:02:46 +08:00
parent 9890864e5c
commit 9947701fc4
27 changed files with 992 additions and 2034 deletions

View File

@@ -3,16 +3,16 @@
height: 24px;
}
@utility h-item-sm {
/* 30px save space for most used size */
height: 30px;
/* 28px save space for most used size */
height: 28px;
}
@utility h-item-md {
/* 34px most used size */
height: 34px;
}
@utility h-item-lg {
/* 46px maximum touch size without waste */
height: 46px;
/* 44px maximum touch size without waste */
height: 44px;
}
@utility h-item-xl {
height: calc(var(--spacing) * 16);