Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Web improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Mar 22, 2023
1 parent ff94a24 commit c1ef01b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions webapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@
font-weight: 400;
margin-bottom: 16px;
}
share {
display: block;
font-size: 20px;
font-weight: 400;
margin-bottom: 16px;
input[type=text] {
padding: 16px;
font-size: 24px;
border: 1px solid #d0d0d0;
width: 100%;
max-width: 400px;
margin-bottom: 12px;
box-sizing: border-box;
border-radius: 0px;
}
input[type=submit] {
padding: 16px 32px;
Expand All @@ -62,11 +66,11 @@
border: none;
cursor: pointer;
font-size: 24px;
font-weight: 700;
font-weight: 400;
transition: background-color 0.2s ease-in-out;
width: 100%;
border-radius: 0px;
max-width: 600px;
max-width: 400px;
box-sizing: border-box;
margin-bottom: 12px;
}
Expand Down Expand Up @@ -141,7 +145,7 @@ <h1>프로필 분석 봇 답변 확인</h1>
</div>
<form action="https://twitter.com/intent/tweet" method="GET" target="_blank">
<input type="hidden" name="text" value="{{ message }}">
<input type="submit" value="트윗으로 공유하기">
<input type="submit" value="트윗으로 공유하기" class="share">
{% endif %}
<h4>위에서 답변을 확인하기 위해서는 우선 <a href="https://twitter.com/Profile_Bot">프로필 분석 봇</a>에서 답변을 생성해야 합니다.<br>또한, 12시간 이내의 답변만 보이며, 답변 생성 이후 12시간 경과 시 서버에서 데이터가 삭제됩니다.</h4>
</div>
Expand Down

0 comments on commit c1ef01b

Please sign in to comment.