Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 26, 2023
1 parent 8a0099e commit 5737911
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="https://unpkg.com/jwt-decode@3.1.2/build/jwt-decode.js"></script>
<script src="login.js"></script>

<link href="login.css" rel="stylesheet"/>
</head>
<body class="bg-gray-100">

Expand All @@ -28,7 +30,7 @@

<img src="logo-color.svg" width="320px" height="320px"/>

<div class="space-y-2">
<div class="space-y-2 space-x-2 flex">

<!-- Google -->
<div id="g_id_onload"
Expand All @@ -41,7 +43,7 @@
<div class="g_id_signin"
data-type="standard"
data-shape="rectangular"
data-theme="filled_black"
data-theme="outline"
data-text="continue_with"
data-size="large"
data-logo_alignment="left"
Expand All @@ -55,7 +57,6 @@
data-size="large"
data-onauth="onTelegramAuth(user)"
data-request-access="write"
data-width="200"
data-radius="4"
data-userpic="false">
</script>
Expand Down
3 changes: 3 additions & 0 deletions web/login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
button.tgme_widget_login_button {
width: 200px;
}

0 comments on commit 5737911

Please sign in to comment.