Split up space information and directory

This commit is contained in:
Jon Staab
2026-06-22 16:06:00 -07:00
parent 7ec5a28d1f
commit c44c3793fa
27 changed files with 710 additions and 433 deletions
+6 -1
View File
@@ -85,7 +85,7 @@
}
@utility card2 {
@apply rounded-box text-base-content p-4 sm:p-6;
@apply rounded-box text-base-content border-base-content/20 border border-solid p-4 sm:p-6 shadow-xl/5 bg-base-100;
}
@utility column {
@@ -276,6 +276,11 @@
@apply text-base-content p-2 sm:p-4;
}
.card2 .card2,
.dialog .card2 {
@apply shadow-none;
}
[data-tip]::before {
@apply overflow-hidden text-ellipsis;
}