diff options
author | Hailey <me@haileyok.com> | 2024-01-30 17:10:19 -0800 |
---|---|---|
committer | Hailey <me@haileyok.com> | 2024-01-30 17:10:19 -0800 |
commit | d8fc3798e32a6937d725823e68e1e6cb97ba1875 (patch) | |
tree | 6c35e0dcae27710c1d96b18a3867486acc60ab1f /src | |
parent | db3b10e98b775bee48559bda5da3444a89437703 (diff) | |
download | voidsky-d8fc3798e32a6937d725823e68e1e6cb97ba1875.tar.zst |
add comment
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/util/images/Gallery.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
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, }, |