diff --git a/.aiignore b/.aiignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.aiignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/index.html b/index.html index 4dced9c..4004763 100644 --- a/index.html +++ b/index.html @@ -215,11 +215,12 @@ padding: 12px 15px; border: 1px solid #ddd; border-radius: 8px; - font-size: 14px; + font-size: 15px; resize: none; - min-height: 44px; - max-height: 120px; + min-height: 60px; + max-height: 200px; font-family: inherit; + line-height: 1.5; } #userInput:focus { @@ -344,7 +345,22 @@
@@ -375,16 +391,107 @@