From 504a34df24730505b33edab94ff515a4b4149f72 Mon Sep 17 00:00:00 2001 From: chrisk325 Date: Wed, 28 Jan 2026 22:30:52 +0530 Subject: [PATCH] small fix --- src/components/metadata/RatingsSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/metadata/RatingsSection.tsx b/src/components/metadata/RatingsSection.tsx index c87c6a4e..3bfefba9 100644 --- a/src/components/metadata/RatingsSection.tsx +++ b/src/components/metadata/RatingsSection.tsx @@ -250,6 +250,7 @@ export const RatingsSection: React.FC = ({ imdbId, type }) uri={config.icon as string} width={source === 'imdb' ? iconSize * 2 : iconSize} height={iconSize} + style={{ marginRight: iconTextGap }} /> ) : config.isImage ? (