Add capacitor, fix some mobile bugs

This commit is contained in:
Jon Staab
2024-11-15 15:16:06 -08:00
parent 763d4a01b1
commit 27613686fd
98 changed files with 3789 additions and 51 deletions
+6 -1
View File
@@ -69,7 +69,7 @@
}
.card2 {
@apply text-ellipsis rounded-box p-6 text-base-content;
@apply rounded-box p-6 text-base-content;
}
.card2.card2-sm {
@@ -112,6 +112,11 @@
@apply flex flex-col gap-8;
}
.badge {
@apply overflow-hidden text-ellipsis whitespace-nowrap;
display: inline;
}
.ellipsize {
@apply overflow-hidden text-ellipsis;
}