Always show SNS quick login area before auth setup
Display Naver/Kakao/Google quick login UI even when Auth0 is not configured, open config modal on click if connection is missing, and add cache-busting query strings. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -218,6 +218,11 @@ html[data-theme="light"] .topbar {
|
||||
transition: transform 120ms ease, filter 120ms ease;
|
||||
}
|
||||
|
||||
.sns-btn.is-disabled {
|
||||
opacity: 0.55;
|
||||
filter: grayscale(0.2);
|
||||
}
|
||||
|
||||
.sns-btn:hover {
|
||||
transform: translateY(-1px);
|
||||
filter: brightness(1.02);
|
||||
|
||||
Reference in New Issue
Block a user