style: Update formatFileSize function to accept decimals parameter

This commit is contained in:
jxxghp
2024-08-12 08:18:15 +08:00
parent 676ff8789b
commit 809bfbb42a
3 changed files with 45 additions and 6 deletions

View File

@@ -177,7 +177,7 @@
}
.grid-customrule-card {
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(1rem, 1fr));
padding-block-end: 1rem;
}