fix: move chat CSS inside style block, clean up orphaned tags

This commit is contained in:
Oliver
2026-06-06 15:02:56 -03:00
parent 1bcf6b02cb
commit bd4b5d65d0
+2 -2
View File
@@ -969,7 +969,7 @@
text-align: center;
}
}
</style>
}
/* ── Chat Widget ─────────────────────────────────────────── */
.chat-widget {
@@ -1109,7 +1109,6 @@
}
.chat-input-row button:hover { opacity: 0.9; }
.chat-input-row button:disabled { opacity: 0.5; cursor: default; }
@media (max-width: 480px) {
.chat-panel {
right: 10px;
@@ -1121,6 +1120,7 @@
.chat-widget { bottom: 14px; right: 14px; }
.chat-toggle { padding: 10px 16px; font-size: 13px; }
}
</style>
</head>
<body>