@rpg-engine/long-bow 0.6.80 → 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 +2 -2
- 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 +2 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Leaderboard/Leaderboard.tsx +1 -1
- package/src/components/Quests/QuestList.tsx +0 -1
|
@@ -30527,7 +30527,7 @@ var StyledDropdown = /*#__PURE__*/styled__default(Dropdown).withConfig({
|
|
|
30527
30527
|
var ItemComponentScrollWrapper = /*#__PURE__*/styled__default.div.withConfig({
|
|
30528
30528
|
displayName: "Leaderboard__ItemComponentScrollWrapper",
|
|
30529
30529
|
componentId: "sc-1wdsq7i-2"
|
|
30530
|
-
})(["overflow-y:
|
|
30530
|
+
})(["overflow-y:auto;height:390px;width:100%;margin-top:1rem;@media (max-width:950px){height:250px;}"]);
|
|
30531
30531
|
var TableWrapper = /*#__PURE__*/styled__default.table.withConfig({
|
|
30532
30532
|
displayName: "Leaderboard__TableWrapper",
|
|
30533
30533
|
componentId: "sc-1wdsq7i-3"
|
|
@@ -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"
|