More mobile styling fixes

This commit is contained in:
2025-02-17 13:51:59 -05:00
parent 98a1e3126b
commit 24f5d79a55
9 changed files with 234 additions and 246 deletions

View File

@@ -45,9 +45,13 @@
@apply hover:bg-hSecondary;
}
div.dialog {
@apply place-self-center;
}
div.card {
@apply max-w-[1024px];
@apply rounded-xl p-10 m-4;
@apply w-full max-w-[1024px];
@apply rounded-xl p-4;
@apply bg-hSurface text-hOnSurface;
}
@@ -63,4 +67,9 @@
div.card-actions {
@apply flex flex-row gap-6 justify-end;
}
div.card-actions > * {
@apply w-fit;
@apply sm:min-w-40 min-w-0;
}
}