| commit | 97188fc1955f036e57c42a2f345b3c01fc5f0dc0 | [log] [tgz] |
|---|---|---|
| author | Pokey Rule <755842+pokey@users.noreply.github.com> | Wed Apr 23 15:50:04 2025 +0100 |
| committer | Pokey Rule <755842+pokey@users.noreply.github.com> | Wed Apr 23 15:50:04 2025 +0100 |
| tree | 7d9e1e419c3e946bcad16346f417bd2e53954708 | |
| parent | 7be879f27f93627e69714406b4eb8b07610aa0d0 [diff] [blame] |
style: Don't stretch Send button on input grow
diff --git a/loop/webui/src/web-components/sketch-chat-input.ts b/loop/webui/src/web-components/sketch-chat-input.ts index d5ec75e..fe14688 100644 --- a/loop/webui/src/web-components/sketch-chat-input.ts +++ b/loop/webui/src/web-components/sketch-chat-input.ts
@@ -55,6 +55,8 @@ padding: 0 20px; cursor: pointer; font-weight: 600; + align-self: center; + height: 40px; } #sendChatButton:hover {