Skip to content

Commit

Permalink
Update css of input
Browse files Browse the repository at this point in the history
ritajie committed Mar 23, 2023
1 parent 7e490ce commit e1b418a
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
@@ -163,7 +163,8 @@ body {
border: 1px solid #bcbdc0;
width: calc(100% - 160px);
position: relative;
padding: 0 20px;
padding: 15px 20px;
line-height: 20px;
}
.bottom_wrapper .message_input_wrapper .message_input {
border: none;
2 changes: 1 addition & 1 deletion templates/chat.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<head>
<meta charset="UTF-8">
<title>ChatGPT</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}?v=2023032301">
</head>

<body>

0 comments on commit e1b418a

Please sign in to comment.