Mercurial Hosting > lang
diff src/chat.css @ 4:b1adec083e44
chat work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 08 Jul 2025 22:15:41 -0600 |
parents | |
children | 025bb19b65b1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/chat.css Tue Jul 08 22:15:41 2025 -0600 @@ -0,0 +1,38 @@ +div[top] { + display: flex; + justify-content: space-between; + align-items: center; +} + +div[top] span[pulldown] > div { + right: 0; +} + +[waiting-ai-icon] { + width: 100px; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + z-index: 3000; + 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; + max-height: 150px; + resize: none; +} + +dialog[rename] input { + width: 300px; +}