@rpg-engine/long-bow 0.6.81 → 0.6.82
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/Quests/QuestList.tsx +0 -1
|
@@ -31952,7 +31952,7 @@ var QuestList = function QuestList(_ref) {
|
|
|
31952
31952
|
var QuestListContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
31953
31953
|
displayName: "QuestList__QuestListContainer",
|
|
31954
31954
|
componentId: "sc-1c1y8sp-0"
|
|
31955
|
-
})(["margin-top:20px;margin-bottom:40px;
|
|
31955
|
+
})(["margin-top:20px;margin-bottom:40px;max-height:400px;padding:10px;border-radius:10px;font-size:0.7rem;"]);
|
|
31956
31956
|
var QuestCard = /*#__PURE__*/styled__default.div.withConfig({
|
|
31957
31957
|
displayName: "QuestList__QuestCard",
|
|
31958
31958
|
componentId: "sc-1c1y8sp-1"
|