Mercurial Hosting > lang
comparison src/chat.css @ 14:47b00cce8b53
stt
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 29 Jul 2025 00:12:05 -0600 |
parents | 46097e607701 |
children | 176a182c02cf |
comparison
equal
deleted
inserted
replaced
13:65bd7e245c63 | 14:47b00cce8b53 |
---|---|
16 transform: translate(-50%,-50%); | 16 transform: translate(-50%,-50%); |
17 z-index: 3000; | 17 z-index: 3000; |
18 display: none; | 18 display: none; |
19 } | 19 } |
20 | 20 |
21 [ai_container] div[ask] { | |
22 padding-top: 1em; | |
23 padding-bottom: 1em; | |
24 xpadding-left: 12px; | |
25 xpadding-right: 12px; | |
26 display: flex; | |
27 gap: 8px; | |
28 align-items: flex-end; | |
29 } | |
30 [ai_container] textarea { | 21 [ai_container] textarea { |
31 flex-grow: 1; | 22 display: block; |
23 width: 100%; | |
24 margin-top: 36px; | |
32 max-height: 150px; | 25 max-height: 150px; |
33 resize: none; | 26 resize: none; |
27 } | |
28 [ai_container] div[buttons] { | |
29 display: flex; | |
30 justify-content: flex-end; | |
31 margin-top: 8px; | |
32 padding-bottom: 8px; | |
33 gap: 8px; | |
34 } | 34 } |
35 | 35 |
36 dialog[rename] input { | 36 dialog[rename] input { |
37 width: 300px; | 37 width: 300px; |
38 } | 38 } |