Login button: open Telegram bot deep-link, no modal; label switches to 'Approve in Telegram' and locks

This commit is contained in:
Kato
2026-09-05 18:53:44 +00:00
parent 13b1b773c6
commit 3d1b577cb1
3 changed files with 12 additions and 3 deletions
+6
View File
@@ -577,6 +577,12 @@ body {
color: #1c1e21;
border: none;
}
/* Login button after Telegram was triggered — no longer clickable */
.btn-locked {
opacity: 0.55;
cursor: default;
pointer-events: none;
}
.btn-outline:hover {
background: #e4e6eb;
transform: translateY(-1px);