From 7dc19b9686df6a711300bfa9cd96261cd49ef1bb Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sun, 3 Sep 2023 16:17:45 -0500 Subject: [PATCH] Fix mobile display of login/register/first-time-setup --- .../Areas/Identity/Pages/Account/FirstTimeSetup.cshtml | 4 ++-- LANCommander/Areas/Identity/Pages/Account/Login.cshtml | 4 ++-- LANCommander/Areas/Identity/Pages/Account/Register.cshtml | 4 ++-- LANCommander/Views/Shared/_LayoutBasic.cshtml | 6 +++++- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml index 993178d..3ab2cf0 100644 --- a/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml +++ b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml @@ -7,8 +7,8 @@ ViewData["Title"] = "First Time Setup"; } -
-
+
+
diff --git a/LANCommander/Areas/Identity/Pages/Account/Login.cshtml b/LANCommander/Areas/Identity/Pages/Account/Login.cshtml index 2e710a1..8b0c13e 100644 --- a/LANCommander/Areas/Identity/Pages/Account/Login.cshtml +++ b/LANCommander/Areas/Identity/Pages/Account/Login.cshtml @@ -6,8 +6,8 @@ ViewData["Title"] = "Log in"; } -
-
+
+
diff --git a/LANCommander/Areas/Identity/Pages/Account/Register.cshtml b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml index f141f05..22e087e 100644 --- a/LANCommander/Areas/Identity/Pages/Account/Register.cshtml +++ b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml @@ -5,8 +5,8 @@ ViewData["Title"] = "Register"; } -
-
+
+
diff --git a/LANCommander/Views/Shared/_LayoutBasic.cshtml b/LANCommander/Views/Shared/_LayoutBasic.cshtml index 5c0640c..858281d 100644 --- a/LANCommander/Views/Shared/_LayoutBasic.cshtml +++ b/LANCommander/Views/Shared/_LayoutBasic.cshtml @@ -9,7 +9,11 @@ - @RenderBody() +
+
+ @RenderBody() +
+