Fix: comment box

This commit is contained in:
hyzen
2026-06-08 15:25:52 +05:30
parent 343fabeb95
commit 9807ece59c
2 changed files with 4 additions and 2 deletions

View File

@@ -914,7 +914,8 @@
color: var(--foreground-color); color: var(--foreground-color);
font: inherit; font: inherit;
font-size: 0.9rem; font-size: 0.9rem;
resize: vertical; resize: none;
min-height: 100px;
outline: none; outline: none;
transition: border-color 0.2s; transition: border-color 0.2s;
} }

View File

@@ -914,7 +914,8 @@
color: var(--foreground-color); color: var(--foreground-color);
font: inherit; font: inherit;
font-size: 0.9rem; font-size: 0.9rem;
resize: vertical; resize: none;
min-height: 100px;
outline: none; outline: none;
transition: border-color 0.2s; transition: border-color 0.2s;
} }