diff --git a/src/Obsidian/Views/OAuth20/SignIn.cshtml b/src/Obsidian/Views/OAuth20/SignIn.cshtml index 2334073..cbab401 100644 --- a/src/Obsidian/Views/OAuth20/SignIn.cshtml +++ b/src/Obsidian/Views/OAuth20/SignIn.cshtml @@ -15,10 +15,11 @@

One-stop Authenication Solution

@*Right Section*@ -
+
@if (Model.IsAutoSignIn) { -
+
+

Hello @Model.UserName!

@@ -40,10 +41,11 @@ +
} else { -
+
diff --git a/src/Obsidian/wwwroot/css/SignIn.css b/src/Obsidian/wwwroot/css/SignIn.css index e8ba322..034af69 100644 --- a/src/Obsidian/wwwroot/css/SignIn.css +++ b/src/Obsidian/wwwroot/css/SignIn.css @@ -19,20 +19,20 @@ body { } .fullscreen { - display: flex; - margin: 0; + display: flex; + margin: 0; border-radius: 5px; background: rgba(0,0,0,0.2); box-shadow: 0 0 0 1px rgba(111, 111, 111, 0.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6); width: 100%; } -form{ +.form-content{ height: 100%; transform:translateY(-100%); } -.form::before { +.right-div::before { content: ''; display: flex; height: 100%; @@ -51,7 +51,7 @@ form{ .left-div>h1{ padding-bottom:40px; } -.form-padding{ +.form-size{ width:100%; height:100%; }