feat: chat module portability guide + fix mobile wave position

- doc/30-CHAT-MODULE-PORTABILITY.md: step-by-step guide to port the
  chat agent to other Go apps (files, dependencies, customization)
- Fix wave emoji position on mobile (follows button to bottom:5rem right:1rem)
This commit is contained in:
juanatsap
2026-04-09 13:08:17 +01:00
parent e56a86860f
commit 328faae953
2 changed files with 203 additions and 0 deletions
+6
View File
@@ -848,6 +848,12 @@
resize: none;
}
/* Wave position follows mobile button */
.chat-wave {
bottom: calc(5rem + 38px);
right: calc(1rem + 38px);
}
/* Tooltips: prevent overflow on mobile */
.chat-mode-btn[title]:hover::after {
display: none;