Assistant checkpoint: Make newsletter cards have consistent height
Assistant generated file changes: - client/src/pages/home.tsx: Fix the loading card skeletons to also have consistent height Fix the loading card skeletons to also have consistent height Fix the loading card skeletons to also have consistent height Fix the loading card skeletons to also have consistent height Fix the loading card skeletons to also have consistent height --- User prompt: Make all the cards that link to a newsletter have the same height in the page that lists all the newsletters Replit-Commit-Author: Assistant Replit-Commit-Session-Id: 912f8ca8-dc45-45a3-9b2d-257210cf9199
This commit is contained in:
@@ -219,7 +219,7 @@ export default function Home() {
|
||||
animate={{ opacity: 1 }}
|
||||
exit={{ opacity: 0 }}
|
||||
>
|
||||
<Card className="hover:shadow-lg transition-shadow">
|
||||
<Card className="hover:shadow-lg transition-shadow h-full">
|
||||
<CardHeader>
|
||||
<Skeleton className="h-6 w-2/3" />
|
||||
<Skeleton className="h-4 w-1/2" />
|
||||
|
||||
Reference in New Issue
Block a user