visual-song 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9743,7 +9743,6 @@ const VisualSong = /*#__PURE__*/ forwardRef(function VisualSong({ style }, ref)
|
|
|
9743
9743
|
style: {
|
|
9744
9744
|
width: "100%",
|
|
9745
9745
|
height: "100%",
|
|
9746
|
-
float: "left",
|
|
9747
9746
|
textAlign: "center",
|
|
9748
9747
|
...style
|
|
9749
9748
|
},
|
|
@@ -9751,7 +9750,8 @@ const VisualSong = /*#__PURE__*/ forwardRef(function VisualSong({ style }, ref)
|
|
|
9751
9750
|
className: "visualsong",
|
|
9752
9751
|
ref: canvasRef,
|
|
9753
9752
|
style: {
|
|
9754
|
-
verticalAlign: "bottom"
|
|
9753
|
+
verticalAlign: "bottom",
|
|
9754
|
+
display: "inline-block"
|
|
9755
9755
|
}
|
|
9756
9756
|
})
|
|
9757
9757
|
});
|