From b6281d28478a04e3397a04ed08074c44c3d36b89 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 18 Nov 2025 13:45:50 +0900 Subject: [PATCH] fix --- public/oauth/callback/index.html | 86 ++++++++++++++++---------------- 1 file changed, 44 insertions(+), 42 deletions(-) diff --git a/public/oauth/callback/index.html b/public/oauth/callback/index.html index 56b21b9..b676e1e 100644 --- a/public/oauth/callback/index.html +++ b/public/oauth/callback/index.html @@ -21,6 +21,7 @@ background: rgba(255, 255, 255, 0.1); border-radius: 20px; backdrop-filter: blur(10px); + max-width: 400px; } .spinner { border: 4px solid rgba(255, 255, 255, 0.3); @@ -35,6 +36,28 @@ 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } + .message { + font-size: 18px; + margin-bottom: 20px; + } + .button { + display: inline-block; + padding: 15px 30px; + font-size: 18px; + font-weight: bold; + color: white; + background: rgba(255, 255, 255, 0.2); + border: 2px solid white; + border-radius: 10px; + text-decoration: none; + transition: all 0.3s; + cursor: pointer; + margin-top: 10px; + } + .button:hover { + background: rgba(255, 255, 255, 0.3); + transform: scale(1.05); + } .error { color: #ff6b6b; background: rgba(255, 255, 255, 0.9); @@ -45,8 +68,10 @@
-
-

認証中...

+
+
+

認証中...

+