More mobile styling fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user