Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Merge pull request #8923 from internet-development/@APiligrim/update-gif-select

Update: search on Gif select component to add small padding to match other search experiences

authored by

jim and committed by
GitHub
fd7b1292 135f37ea

+2 -13
+2 -13
src/components/dialogs/GifSelect.tsx
··· 146 146 a.flex_row, 147 147 a.align_center, 148 148 !gtMobile && web(a.gap_md), 149 + a.pb_sm, 150 + t.atoms.bg, 149 151 ]}> 150 - {/* cover top corners */} 151 - <View 152 - style={[ 153 - a.absolute, 154 - a.inset_0, 155 - { 156 - borderBottomLeftRadius: 8, 157 - borderBottomRightRadius: 8, 158 - }, 159 - t.atoms.bg, 160 - ]} 161 - /> 162 - 163 152 {!gtMobile && isWeb && ( 164 153 <Button 165 154 size="small"