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

Move ALT indicator right and shrink it a bit (#4213)

authored by

Paul Frazee and committed by
GitHub
afab4d51 2897b79b

+4 -4
+2 -2
src/view/com/util/images/Gallery.tsx
··· 74 74 position: 'absolute', 75 75 // Related to margin/gap hack. This keeps the alt label in the same position 76 76 // on all platforms 77 - left: isWeb ? 8 : 5, 77 + right: isWeb ? 8 : 5, 78 78 bottom: isWeb ? 8 : 5, 79 79 }, 80 80 alt: { 81 81 color: 'white', 82 - fontSize: 10, 82 + fontSize: 6, 83 83 fontWeight: 'bold', 84 84 }, 85 85 })
+2 -2
src/view/com/util/post-embeds/index.tsx
··· 178 178 paddingHorizontal: 6, 179 179 paddingVertical: 3, 180 180 position: 'absolute', 181 - left: 6, 181 + right: 6, 182 182 bottom: 6, 183 183 }, 184 184 alt: { 185 185 color: 'white', 186 - fontSize: 10, 186 + fontSize: 6, 187 187 fontWeight: 'bold', 188 188 }, 189 189 customFeedOuter: {