Fix size
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
initModule();
|
initModule();
|
||||||
let outer = document.getElementById('musicWidgetContainer');
|
let outer = document.getElementById('musicWidgetContainer');
|
||||||
let maxWidth = outer.clientWidth+50;
|
let maxWidth = outer.clientWidth+50;
|
||||||
window.addEventListener("resize", resize);
|
// window.addEventListener("resize", resize);
|
||||||
resize();
|
// resize();
|
||||||
connectws();
|
connectws();
|
||||||
|
|
||||||
function initModule() {
|
function initModule() {
|
||||||
|
|||||||
Reference in New Issue
Block a user