taoshihan 3 weeks ago
parent 48398aede7
commit 73e46a9295

@ -2,7 +2,6 @@ module goflylivechat
go 1.21 go 1.21
toolchain go1.21.0
require ( require (
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f

@ -105,6 +105,13 @@ CHAT_WIDGET.injectStyles = function() {
cursor: pointer; cursor: pointer;
font-size: 20px; font-size: 20px;
} }
@media (max-width: 800px) {
#chat-widget-container {
width: 100% !important;
right: 0 !important;
bottom: 80px !important;
}
}
`; `;
document.head.appendChild(style); document.head.appendChild(style);
}; };

Loading…
Cancel
Save