From 2180453a16f472ef2dc650262462fe6701057369 Mon Sep 17 00:00:00 2001 From: tapframe Date: Sun, 27 Jul 2025 18:38:48 +0530 Subject: [PATCH] ui changes --- src/screens/ScraperSettingsScreen.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/screens/ScraperSettingsScreen.tsx b/src/screens/ScraperSettingsScreen.tsx index a65ad9b9..4cbab122 100644 --- a/src/screens/ScraperSettingsScreen.tsx +++ b/src/screens/ScraperSettingsScreen.tsx @@ -73,7 +73,6 @@ const createStyles = (colors: any) => StyleSheet.create({ justifyContent: 'space-between', alignItems: 'center', marginBottom: 16, - paddingHorizontal: 0, }, sectionDescription: { fontSize: 14, @@ -87,7 +86,6 @@ const createStyles = (colors: any) => StyleSheet.create({ padding: 32, alignItems: 'center', justifyContent: 'center', - marginHorizontal: 16, marginBottom: 24, shadowColor: '#000', shadowOffset: { width: 0, height: 2 }, @@ -105,7 +103,6 @@ const createStyles = (colors: any) => StyleSheet.create({ alignItems: 'center', backgroundColor: colors.elevation2, padding: 12, - marginHorizontal: 16, marginBottom: 8, borderRadius: 8, shadowColor: '#000', @@ -606,7 +603,7 @@ const ScraperSettingsScreen: React.FC = () => { {/* Installed Scrapers */} - + Installed Scrapers {installedScrapers.length > 0 && settings.enableLocalScrapers && ( @@ -697,7 +694,6 @@ const ScraperSettingsScreen: React.FC = () => { ); }; - const styles = StyleSheet.create({ container: { flex: 1,