Skip to content

Commit

Permalink
Increate edit comment input height
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinforceZwei authored Jan 18, 2024
1 parent b512de5 commit 9915857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions animeList/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ td {
border-radius: 5px;
font-size: 16px;
background-color: var(--edit-background);
overflow-y: auto;
max-height: 90vh;
}
#editPanel input,textarea{
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion animeList/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h1>{{title}}</h1>
</tr>
<tr>
<td style="vertical-align: top;">感想: </td>
<td><textarea id="comment" style="resize:none;border-width: 2px;padding: 1px;"></textarea></td>
<td><textarea id="comment" style="resize:none;border-width: 2px;padding: 1px;height: 100px;"></textarea></td>
</tr>
<tr>
<td>評分: </td>
Expand Down

0 comments on commit 9915857

Please sign in to comment.