diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-30 17:55:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 17:55:01 -0700 |
commit | 04992f14f15bb7227dd1812d3fdb3cda912c2bba (patch) | |
tree | 5f7ea9d298ac959aaff9df7b3d604f1bfdea1c66 /src/view/com/auth/create/Policies.tsx | |
parent | a498acab6e9c4722b8abc509529e712755c2b01c (diff) | |
download | voidsky-04992f14f15bb7227dd1812d3fdb3cda912c2bba.tar.zst |
Improvements to UI in web logged-out views (#1341)
* Add LoggedOutLayout for desktop/tablet web * Avoid screen flash in the transition to onboarding * Fix comment
Diffstat (limited to 'src/view/com/auth/create/Policies.tsx')
-rw-r--r-- | src/view/com/auth/create/Policies.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/auth/create/Policies.tsx b/src/view/com/auth/create/Policies.tsx index a3943d8cc..8eb669bcf 100644 --- a/src/view/com/auth/create/Policies.tsx +++ b/src/view/com/auth/create/Policies.tsx @@ -93,6 +93,7 @@ function validWebLink(url?: string): string | undefined { const styles = StyleSheet.create({ policies: { + flexDirection: 'row', gap: 8, }, errorIcon: { |