@rpg-engine/long-bow 0.8.76 → 0.8.78
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 +3 -7
- 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 +3 -7
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/DailyTasks/DailyTasks.tsx +8 -25
|
@@ -30060,8 +30060,8 @@ var DailyTasks = function DailyTasks(_ref) {
|
|
|
30060
30060
|
onCloseButton: onClose,
|
|
30061
30061
|
cancelDrag: ".tasks-container",
|
|
30062
30062
|
scale: scale,
|
|
30063
|
-
width:
|
|
30064
|
-
height:
|
|
30063
|
+
width: 'max(50vw, 900px)',
|
|
30064
|
+
height: 'min(85vh, 800px)',
|
|
30065
30065
|
isMobile: isMobile
|
|
30066
30066
|
}, React__default.createElement(TaskTitle$1, {
|
|
30067
30067
|
isMobile: isMobile
|
|
@@ -30110,12 +30110,8 @@ var DailyTasks = function DailyTasks(_ref) {
|
|
|
30110
30110
|
var TasksContainer = /*#__PURE__*/styled__default(DraggableContainer).withConfig({
|
|
30111
30111
|
displayName: "DailyTasks__TasksContainer",
|
|
30112
30112
|
componentId: "sc-ittn77-0"
|
|
30113
|
-
})(["
|
|
30114
|
-
return props.isMobile ? "\n position: fixed !important;\n top: 0 !important;\n left: 0 !important;\n right: 0 !important;\n bottom: 0 !important;\n width: 100vw !important;\n height: 100vh !important;\n margin: 0 !important;\n z-index: 1000 !important;\n " : "\n margin: 0 auto;\n min-width: 50vw;\n ";
|
|
30115
|
-
}, function (props) {
|
|
30113
|
+
})(["margin:0 auto;min-width:50vw;.rpgui-container-title{width:100%;display:flex;justify-content:center;align-items:center;text-align:center;", "}.rpgui-container{padding:0 !important;overflow:hidden !important;background-color:rgba(30,30,30,0.98) !important;}"], function (props) {
|
|
30116
30114
|
return props.isMobile ? 'padding: 8px 0;' : '';
|
|
30117
|
-
}, function (props) {
|
|
30118
|
-
return props.isMobile ? "\n border-radius: 0 !important;\n height: 100vh !important;\n width: 100vw !important;\n " : '';
|
|
30119
30115
|
});
|
|
30120
30116
|
var Container$i = /*#__PURE__*/styled__default.div.withConfig({
|
|
30121
30117
|
displayName: "DailyTasks__Container",
|