Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove side borders on mobile web list (#2994)

authored by

dan and committed by
GitHub
a8925bac 0311288d

+2 -2
+2 -2
src/view/com/util/List.web.tsx
··· 172 172 <View 173 173 ref={containerRef} 174 174 style={[ 175 - styles.contentContainer, 175 + !isMobile && styles.sideBorders, 176 176 contentContainerStyle, 177 177 desktopFixedHeight ? styles.minHeightViewport : null, 178 178 pal.border, ··· 304 304 const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent) 305 305 306 306 const styles = StyleSheet.create({ 307 - contentContainer: { 307 + sideBorders: { 308 308 borderLeftWidth: 1, 309 309 borderRightWidth: 1, 310 310 },