@rpg-engine/long-bow 0.5.81 → 0.5.83
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/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/DraggableContainer.tsx +1 -5
|
@@ -13554,7 +13554,7 @@ var Container$7 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
13554
13554
|
return opacity && styled.css(["opacity:", ";"], opacity);
|
|
13555
13555
|
}, function (_ref4) {
|
|
13556
13556
|
var isFullScreen = _ref4.isFullScreen;
|
|
13557
|
-
return isFullScreen && styled.css(["justify-content:center;align-items:flex-start;align-content:
|
|
13557
|
+
return isFullScreen && styled.css(["justify-content:center;align-items:flex-start;align-content:flex-start;"]);
|
|
13558
13558
|
});
|
|
13559
13559
|
var CloseButton$2 = /*#__PURE__*/styled__default.div.withConfig({
|
|
13560
13560
|
displayName: "DraggableContainer__CloseButton",
|