mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 10:16:54 +08:00
[ts][player] Fixed canvas style to use display: block, because CSS was made by sadists.
This commit is contained in:
parent
0053a14965
commit
30bd8ac751
@ -190,6 +190,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Player controls **/
|
/** Player controls **/
|
||||||
|
|||||||
@ -26,7 +26,6 @@ body {
|
|||||||
controlBones: ["root"],
|
controlBones: ["root"],
|
||||||
backgroundColor: "#cccccc",
|
backgroundColor: "#cccccc",
|
||||||
fullScreenBackgroundColor: "#cc0000",
|
fullScreenBackgroundColor: "#cc0000",
|
||||||
showControls: false,
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user