Skip to content

Commit 3512f53

Browse files
authored
fix: clerk card padding top (#333)
1 parent 70884aa commit 3512f53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/clerk.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@
208208
@apply text-zinc-200;
209209
}
210210
}
211-
.cl-card {
211+
.cl-card:not(.cl-userButtonPopoverCard) {
212212
@apply pt-10;
213213
}
214+
.cl-userProfile-root .cl-card .cl-scrollBox + div {
215+
@apply hidden;
216+
}

0 commit comments

Comments
 (0)