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; text-align: center;
} }
} }
</style> }
/* ── Chat Widget ─────────────────────────────────────────── */ /* ── Chat Widget ─────────────────────────────────────────── */
.chat-widget { .chat-widget {
@@ -1109,7 +1109,6 @@
} }
.chat-input-row button:hover { opacity: 0.9; } .chat-input-row button:hover { opacity: 0.9; }
.chat-input-row button:disabled { opacity: 0.5; cursor: default; } .chat-input-row button:disabled { opacity: 0.5; cursor: default; }
@media (max-width: 480px) { @media (max-width: 480px) {
.chat-panel { .chat-panel {
right: 10px; right: 10px;
@@ -1121,6 +1120,7 @@
.chat-widget { bottom: 14px; right: 14px; } .chat-widget { bottom: 14px; right: 14px; }
.chat-toggle { padding: 10px 16px; font-size: 13px; } .chat-toggle { padding: 10px 16px; font-size: 13px; }
} }
</style>
</head> </head>
<body> <body>