comparison src/chat.css @ 40:6cdb2c761e08

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 10 Aug 2025 11:29:02 +0900
parents 0fb3488a017d
children 2a4c83ce3deb
comparison
equal deleted inserted replaced
39:df72d5d5d9dc 40:6cdb2c761e08
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 max-height: 150px;
26 resize: none; 25 resize: none;
27 } 26 }
28 [ai_container] div[buttons] { 27 [ai_container] div[buttons] {
29 display: flex; 28 display: flex;
30 justify-content: flex-end; 29 justify-content: flex-end;