From 575289f65462cfb476c3e2194db787d9df836050 Mon Sep 17 00:00:00 2001 From: tapframe Date: Wed, 27 Aug 2025 19:44:05 +0530 Subject: [PATCH] tablet layout fix --- src/components/metadata/HeroSection.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/metadata/HeroSection.tsx b/src/components/metadata/HeroSection.tsx index 26e36944..ab3f34ab 100644 --- a/src/components/metadata/HeroSection.tsx +++ b/src/components/metadata/HeroSection.tsx @@ -1541,16 +1541,19 @@ const styles = StyleSheet.create({ alignItems: 'center', minHeight: 44, position: 'relative', + maxWidth: 800, + alignSelf: 'center', }, tabletProgressGlassBackground: { - width: '60%', - maxWidth: 500, + width: width * 0.7, + maxWidth: 700, backgroundColor: 'rgba(255,255,255,0.08)', borderRadius: 16, padding: 12, borderWidth: 1, borderColor: 'rgba(255,255,255,0.1)', overflow: 'hidden', + alignSelf: 'center', }, tabletWatchProgressMainText: { fontSize: 14,