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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user