web: fix ButtonTelegram content layout
This commit is contained in:
parent
0ffaaf877f
commit
5048d7e8d7
@ -25,10 +25,6 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
b {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
animation: colorTransition 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
|
||||
}
|
||||
|
||||
|
||||
@ -108,9 +108,7 @@ export function TelegramForm() {
|
||||
if (step === 'telegram') {
|
||||
return (
|
||||
<BaseForm onSubmit={() => handleTelegramLogin()}>
|
||||
<ButtonTelegram>
|
||||
Войти как <b>{user?.displayName}</b>
|
||||
</ButtonTelegram>
|
||||
<ButtonTelegram>Войти как {user?.displayName}</ButtonTelegram>
|
||||
</BaseForm>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user