comparison src/chat.css @ 42:1d9d9786d76f

textareas
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 Aug 2025 08:27:22 +0900
parents 2a4c83ce3deb
children 27758f3b2d69
comparison
equal deleted inserted replaced
41:2a4c83ce3deb 42:1d9d9786d76f
20 20
21 [ai_container] textarea { 21 [ai_container] textarea {
22 display: block; 22 display: block;
23 width: 100%; 23 width: 100%;
24 margin-top: 36px; 24 margin-top: 36px;
25 resize: none;
26 } 25 }
27 [ai_container] div[buttons] { 26 [ai_container] div[buttons] {
28 display: flex; 27 display: flex;
29 justify-content: flex-end; 28 justify-content: flex-end;
30 margin-top: 8px; 29 margin-top: 8px;