Initial commit

This commit is contained in:
2026-05-15 17:08:05 +00:00
commit bb86cba6b1
12 changed files with 883 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
#ai-chat {
width: 460px !important;
right: 20px !important;
left: auto !important;
}
@media (max-width: 520px) {
#ai-chat {
width: calc(100vw - 16px) !important;
right: 8px !important;
left: 8px !important;
bottom: 12px !important;
height: 75vh !important;
max-height: 580px !important;
}
#ai-chat a {
word-break: break-all !important;
}
#ai-messages {
padding: 10px !important;
}
#ai-input {
font-size: 16px !important;
}
}