forked from coracle/flotilla
Add capacitor, fix some mobile bugs
This commit is contained in:
+6
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user