Skip to content

Commit

Permalink
feat(web): animation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed May 20, 2024
1 parent 254daed commit 5fe5d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/app/(app)/@admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Chat } from "@tanya.in/ui/chat";
export default function HomePage() {
return (
<div className="flex-1 self-center">
<Card className="m-2 mx-auto w-full transition-size has-[[data-started=false]]:min-[450px]:w-96">
<Card className="m-2 mx-auto w-full duration-500 transition-size has-[[data-started=false]]:min-[450px]:w-96">
<CardHeader>
<CardTitle className="text-center">Admin</CardTitle>
</CardHeader>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/(app)/@user/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Chat } from "@tanya.in/ui/chat";
export default function HomePage() {
return (
<div className="flex-1 self-center">
<Card className="m-2 mx-auto w-full transition-size has-[[data-started=false]]:min-[450px]:w-96">
<Card className="m-2 mx-auto w-full duration-500 transition-size has-[[data-started=false]]:min-[450px]:w-96">
<CardHeader>
<CardTitle className="text-center">Tanya.in saja!</CardTitle>
</CardHeader>
Expand Down

0 comments on commit 5fe5d27

Please sign in to comment.