mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 00:00:41 +00:00
Fix: Textarea AutoSize did not resize correctly with long lines.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user