feat: новая функция

This commit is contained in:
2025-10-22 09:55:33 +03:00
parent 6efc976246
commit 0cbc31812a
8 changed files with 517 additions and 144 deletions

View File

@@ -583,6 +583,8 @@ async function handleAiReply() {
transition: all var(--transition-normal);
z-index: 10;
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
position: sticky;
bottom: 0;
}
.chat-input textarea {
@@ -769,7 +771,8 @@ async function handleAiReply() {
@media (max-width: 480px) {
.chat-input {
position: static !important;
position: sticky !important;
bottom: 0 !important;
border-radius: 0 !important;
padding: 8px 12px !important;
background: #f8f8f8 !important;
@@ -783,7 +786,8 @@ async function handleAiReply() {
@media (max-width: 600px) {
.chat-input {
position: static !important;
position: sticky !important;
bottom: 0 !important;
border-radius: 0 !important;
padding: 8px 12px !important;
background: #f8f8f8 !important;