[APP-1823] Fix 'create account' / 'sign in' buttons stacking (#9830)

* ensure enough space for sign in buttons

* smallest possible adjustment

* smallest possible adjustment
This commit is contained in:
Spence Pope
2026-02-05 11:40:25 -05:00
committed by GitHub
parent dc3f01591f
commit 18ab5d6f34
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -628,6 +628,7 @@ export function DesktopLeftNav() {
style={[
a.px_xl,
styles.leftNav,
!hasSession && !leftNavMinimal && styles.leftNavWide,
leftNavMinimal && styles.leftNavMinimal,
{
transform: [
@@ -821,6 +822,9 @@ const styles = StyleSheet.create({
maxHeight: '100vh',
overflowY: 'auto',
},
leftNavWide: {
width: 245,
},
leftNavMinimal: {
paddingTop: 0,
paddingBottom: 0,