diff --git a/github/python-oauth-web-app/templates/about.html b/github/python-oauth-web-app/templates/about.html index e3fb71e..f9a1a42 100644 --- a/github/python-oauth-web-app/templates/about.html +++ b/github/python-oauth-web-app/templates/about.html @@ -1,16 +1,18 @@ {% extends 'base.html' %} {% block content %} -
This service allows you to comment on live broadcasts using your atproto account.
-このサービスはlive配信にatprotoアカウントを使ってコメントができます。
Display posts to BBS using atproto oauth.
This service is generated using bluesky/cookbook.
Authentication information will be deleted periodically.
このサービスはlive配信にatprotoアカウントを使ってコメントができます。
+atproto oauthを使用してbbsへの書き込みを許可します。
このサービスはbluesky/cookbookを使用して生成されています。
認証情報は定期的に削除されます。
diff --git a/github/python-oauth-web-app/templates/base.html b/github/python-oauth-web-app/templates/base.html index 34a0501..3193bf9 100644 --- a/github/python-oauth-web-app/templates/base.html +++ b/github/python-oauth-web-app/templates/base.html @@ -73,7 +73,7 @@ display: flex; flex-direction: column; justify-content: flex-end; - padding-left:10px; + padding-left:20px; .content:first-of-type { position: sticky; bottom: 0;