From 847efb708283e67b56eefd0e8b382990775c3134 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Sun, 30 Mar 2025 17:32:57 +0800 Subject: [PATCH] fix: head bar may hide login buttons in auth page (#769) --- apps/readest-app/src/app/auth/page.tsx | 10 +++++++--- apps/readest-app/src/app/user/page.tsx | 5 +++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/readest-app/src/app/auth/page.tsx b/apps/readest-app/src/app/auth/page.tsx index 8e851344..c5a78a45 100644 --- a/apps/readest-app/src/app/auth/page.tsx +++ b/apps/readest-app/src/app/auth/page.tsx @@ -304,14 +304,15 @@ export default function AuthPage() { return isTauriAppPlatform() ? (
@@ -329,7 +330,10 @@ export default function AuthPage() { /> )}
-
+
{ return (
@@ -184,7 +185,7 @@ const ProfilePage = () => { /> )}
-
+