@rpg-engine/long-bow 0.2.9 → 0.2.10
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/QuestInfo/QuestInfo.tsx +1 -2
|
@@ -27155,7 +27155,7 @@ var QuestInfo = function QuestInfo(_ref) {
|
|
|
27155
27155
|
var QuestDraggableContainer = /*#__PURE__*/styled(DraggableContainer).withConfig({
|
|
27156
27156
|
displayName: "QuestInfo__QuestDraggableContainer",
|
|
27157
27157
|
componentId: "sc-15s2boc-0"
|
|
27158
|
-
})(["border:1px solid black;width:600px;
|
|
27158
|
+
})(["border:1px solid black;width:600px;padding:0 0 0 0 !important;.DraggableContainer__TitleContainer-sc-184mpyl-2{height:auto;}.container-close{position:absolute;margin-left:auto;top:20px;padding-right:5px;}img{display:inline-block;vertical-align:middle;line-height:normal;}"]);
|
|
27159
27159
|
var QuestContainer = /*#__PURE__*/styled.div.withConfig({
|
|
27160
27160
|
displayName: "QuestInfo__QuestContainer",
|
|
27161
27161
|
componentId: "sc-15s2boc-1"
|