fix: move chat CSS inside style block, clean up orphaned tags
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user