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;
|
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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user