From d8fc3798e32a6937d725823e68e1e6cb97ba1875 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 30 Jan 2024 17:10:19 -0800 Subject: add comment --- src/view/com/util/images/Gallery.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/view/com/util/images/Gallery.tsx b/src/view/com/util/images/Gallery.tsx index 6b54ec096..7de3b093a 100644 --- a/src/view/com/util/images/Gallery.tsx +++ b/src/view/com/util/images/Gallery.tsx @@ -71,6 +71,8 @@ const styles = StyleSheet.create({ paddingHorizontal: 6, paddingVertical: 3, position: 'absolute', + // Related to margin/gap hack. This keeps the alt label in the same position + // on all platforms left: isWeb ? 8 : 5, bottom: isWeb ? 8 : 5, }, -- cgit 1.4.1