Mercurial Hosting > lang
view src/chat.css @ 7:255c36830154
chat tools
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 18 Jul 2025 17:42:45 -0600 |
parents | 025bb19b65b1 |
children | 46097e607701 |
line wrap: on
line source
div[top] { display: flex; justify-content: space-between; align-items: center; } div[top] span[pulldown] > div { right: 0; } [waiting-ai-icon] { width: 100px; position: fixed; 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; }