Mercurial Hosting > lang
diff 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 |
line wrap: on
line diff
--- a/src/chat.css Thu Jul 24 22:47:48 2025 -0600 +++ b/src/chat.css Tue Jul 29 00:12:05 2025 -0600 @@ -18,20 +18,20 @@ display: none; } -[ai_container] div[ask] { - padding-top: 1em; - padding-bottom: 1em; - xpadding-left: 12px; - xpadding-right: 12px; - display: flex; - gap: 8px; - align-items: flex-end; -} [ai_container] textarea { - flex-grow: 1; + display: block; + width: 100%; + margin-top: 36px; max-height: 150px; resize: none; } +[ai_container] div[buttons] { + display: flex; + justify-content: flex-end; + margin-top: 8px; + padding-bottom: 8px; + gap: 8px; +} dialog[rename] input { width: 300px;