Skip to content

Commit 1f815c8

Browse files
committed
fix: 调整评论框默认高度,以及移除reset动画
1 parent 86e1fbd commit 1f815c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/client/view/submit.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,11 @@
395395
margin: 10px 0 0;
396396
resize: vertical;
397397
width: 100%;
398-
min-height: 100px;
398+
min-height: 140px;
399+
max-height: 400px;
399400
outline: none;
400401
font-family: inherit;
402+
transition: none;
401403
}
402404
403405
.D-text-number {

0 commit comments

Comments
 (0)