Live video on the AT Protocol

tweaking styles to give us a better view of the banner

authored by

Natalie Bridgers and committed by
Natalie B.
10b4c51f 802c762b

+13 -12
+13 -12
js/app/components/mobile/user-offline.tsx
··· 73 73 <View style={[layout.flex.row, layout.flex.center, gap.all[2]]}> 74 74 <Pressable 75 75 onPress={() => { 76 - console.log("balls"); 77 76 if (navigation.canGoBack()) { 78 77 navigation.goBack(); 79 78 } else { ··· 110 109 {detailedProfile?.banner && ( 111 110 <Image 112 111 source={{ uri: detailedProfile.banner }} 113 - style={{ 114 - position: "absolute", 115 - top: -50, 116 - left: 0, 117 - right: 0, 118 - bottom: 0, 119 - width: "120%", 120 - height: "110%", 121 - opacity: 0.15, 122 - }} 112 + style={[ 113 + { 114 + position: "absolute", 115 + top: -50, 116 + left: 0, 117 + right: 0, 118 + bottom: 0, 119 + width: "100%", 120 + height: "110%", 121 + opacity: 0.15, 122 + }, 123 + ]} 123 124 /> 124 125 )} 125 126 ··· 128 129 useCompactLayout ? mt[20] : layout.flex.row, 129 130 gap.all[isLandscape && isSmallScreen ? 3 : 6], 130 131 layout.flex.center, 131 - useCompactLayout ? px[4] : px[0], 132 + px[4], 132 133 ]} 133 134 > 134 135 <View