Skip to content

Commit cf094d7

Browse files
Remove unnecessary bottom padding from repo list container
1 parent 7f9598a commit cf094d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/repo/RepoList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export function RepoList() {
334334
</div>
335335

336336
<div className="mx-2 md:mx-0 flex-1 min-h-0">
337-
<div className="h-full overflow-y-auto pt-4 pb-2 md:pb-0 [mask-image:linear-gradient(to_bottom,transparent,black_16px,black)]">
337+
<div className="h-full overflow-y-auto pt-4 md:pb-0 [mask-image:linear-gradient(to_bottom,transparent,black_16px,black)]">
338338
{filteredRepos.length === 0 ? (
339339
<div className="text-center p-12">
340340
<Search className="w-12 h-12 mx-auto mb-4 text-zinc-600" />

0 commit comments

Comments
 (0)