Skip to content

Commit

Permalink
fix: clerk card padding top (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp-studio authored Apr 7, 2024
1 parent 70884aa commit 3512f53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/clerk.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@
@apply text-zinc-200;
}
}
.cl-card {
.cl-card:not(.cl-userButtonPopoverCard) {
@apply pt-10;
}
.cl-userProfile-root .cl-card .cl-scrollBox + div {
@apply hidden;
}

0 comments on commit 3512f53

Please sign in to comment.