From b06800860c2b17ea22daa79232f24ca5dc10d1e2 Mon Sep 17 00:00:00 2001 From: AdityasahuX07 Date: Thu, 8 Jan 2026 12:30:55 +0530 Subject: [PATCH] move libraryBadge to its correct position. Add styles to libraryBadge in SearchResultItem. Fixes issue #377 --- src/components/search/SearchResultItem.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/search/SearchResultItem.tsx b/src/components/search/SearchResultItem.tsx index b431590..f1904e3 100644 --- a/src/components/search/SearchResultItem.tsx +++ b/src/components/search/SearchResultItem.tsx @@ -190,7 +190,15 @@ const styles = StyleSheet.create({ fontSize: 12, marginTop: 2, }, - libraryBadge: {}, + libraryBadge: { + position: 'absolute', + top: 8, + left: 8, + borderRadius: 8, + padding: 4, + zIndex: 2, + backgroundColor: 'transparent', + }, watchedIndicator: {}, });