style: add margin-bottom to composer textarea

This commit is contained in:
qer 2026-06-12 03:12:25 +08:00
parent 46ba3a0f11
commit 3f48bd5070

View file

@ -1184,6 +1184,7 @@ function selectModel(modelId: string): void {
max-height: 200px;
overflow-y: auto;
line-height: 1.5;
margin-bottom: 6px;
}
.ph:not(:placeholder-shown) {