diff --git a/web/src/components/research/SearchBox.tsx b/web/src/components/research/SearchBox.tsx
index 8d942ed1..3675061f 100644
--- a/web/src/components/research/SearchBox.tsx
+++ b/web/src/components/research/SearchBox.tsx
@@ -174,7 +174,7 @@ export function SearchBox({
>
) : (
/* Tiled catalog grid (Image-2 style) */
-
+
{sortedPapers.map((paper, index) => {
const rowIndex = Math.floor(index / gridColumns)
+ const colIndex = index % gridColumns
+ const isFirstRow = rowIndex === 0
+ const isFirstCol = colIndex === 0
return (
{/* Delete button */}