An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

Temporary hackfix for desktop search

+3 -3
+3 -3
src/view/shell/desktop/Search.tsx
··· 35 35 } 36 36 37 37 return ( 38 - <View style={styles.container}> 38 + <View style={[styles.container, pal.view]}> 39 39 <View 40 40 style={[{backgroundColor: pal.colors.backgroundLight}, styles.search]}> 41 41 <View style={[styles.inputContainer]}> ··· 129 129 }, 130 130 resultsContainer: { 131 131 // @ts-ignore supported by web 132 - position: 'fixed', 133 - marginTop: 40, 132 + // position: 'fixed', 133 + marginTop: 10, 134 134 135 135 flexDirection: 'column', 136 136 width: 300,