@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -30524,7 +30524,7 @@ var StyledDropdown = /*#__PURE__*/styled(Dropdown).withConfig({
|
|
|
30524
30524
|
var ItemComponentScrollWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
30525
30525
|
displayName: "Leaderboard__ItemComponentScrollWrapper",
|
|
30526
30526
|
componentId: "sc-1wdsq7i-2"
|
|
30527
|
-
})(["overflow-y:
|
|
30527
|
+
})(["overflow-y:auto;height:390px;width:100%;margin-top:1rem;@media (max-width:950px){height:250px;}"]);
|
|
30528
30528
|
var TableWrapper = /*#__PURE__*/styled.table.withConfig({
|
|
30529
30529
|
displayName: "Leaderboard__TableWrapper",
|
|
30530
30530
|
componentId: "sc-1wdsq7i-3"
|
|
@@ -31950,7 +31950,7 @@ var QuestList = function QuestList(_ref) {
|
|
|
31950
31950
|
var QuestListContainer = /*#__PURE__*/styled.div.withConfig({
|
|
31951
31951
|
displayName: "QuestList__QuestListContainer",
|
|
31952
31952
|
componentId: "sc-1c1y8sp-0"
|
|
31953
|
-
})(["margin-top:20px;margin-bottom:40px;
|
|
31953
|
+
})(["margin-top:20px;margin-bottom:40px;max-height:400px;padding:10px;border-radius:10px;font-size:0.7rem;"]);
|
|
31954
31954
|
var QuestCard = /*#__PURE__*/styled.div.withConfig({
|
|
31955
31955
|
displayName: "QuestList__QuestCard",
|
|
31956
31956
|
componentId: "sc-1c1y8sp-1"
|