@rpg-engine/long-bow 0.6.80 → 0.6.81
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/Leaderboard/Leaderboard.tsx +1 -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"
|