Fix: Textarea AutoSize did not resize correctly with long lines.

This commit is contained in:
Paul
2021-07-06 11:04:51 +01:00
parent 56b509a16a
commit b69ba4ca28
7 changed files with 83 additions and 40 deletions

View File

@@ -1,9 +1,16 @@
:root {
--ligatures: none;
--text-size: 14px;
--font: "Open Sans";
--app-height: 100vh;
--codeblock-font: "Fira Code";
--sidebar-active: var(--secondary-background);
--input-border-width: 2px;
--textarea-padding: 16px;
--textarea-line-height: 20px;
--message-box-padding: 12px;
--bottom-navigation-height: 50px;
}