From 8f5a60ff0a9600b40ab238c4fd3471c5050a28cf Mon Sep 17 00:00:00 2001 From: bkellam Date: Mon, 16 Sep 2024 21:57:04 -0700 Subject: [PATCH] small ui nits --- src/app/repos/page.tsx | 4 +++- src/app/search/codePreviewPanel.tsx | 2 +- src/app/search/searchResultsPanel.tsx | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/repos/page.tsx b/src/app/repos/page.tsx index 5d871038..e0bc077c 100644 --- a/src/app/repos/page.tsx +++ b/src/app/repos/page.tsx @@ -7,7 +7,9 @@ export default function ReposPage() {
Loading...
}> - +
+ +
) diff --git a/src/app/search/codePreviewPanel.tsx b/src/app/search/codePreviewPanel.tsx index 9327c4ac..fa9180f5 100644 --- a/src/app/search/codePreviewPanel.tsx +++ b/src/app/search/codePreviewPanel.tsx @@ -110,7 +110,7 @@ export const CodePreviewPanel = ({ return (
-
+
+
{ onOpenFile(); }}