fix pwi at 1300px (#8238)

This commit is contained in:
Samuel Newman
2025-04-25 00:07:56 +03:00
committed by GitHub
parent 686f15a62b
commit b6a6b1bab4
2 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -571,7 +571,7 @@ export function DesktopLeftNav() {
]}>
{hasSession ? (
<ProfileCard />
) : isDesktop ? (
) : !leftNavMinimal ? (
<View style={[a.pt_xl]}>
<NavSignupCard />
</View>