@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -30053,8 +30053,8 @@ var DailyTasks = function DailyTasks(_ref) {
|
|
|
30053
30053
|
onCloseButton: onClose,
|
|
30054
30054
|
cancelDrag: ".tasks-container",
|
|
30055
30055
|
scale: scale,
|
|
30056
|
-
width:
|
|
30057
|
-
height:
|
|
30056
|
+
width: 'max(50vw, 900px)',
|
|
30057
|
+
height: 'min(85vh, 800px)',
|
|
30058
30058
|
isMobile: isMobile
|
|
30059
30059
|
}, React.createElement(TaskTitle$1, {
|
|
30060
30060
|
isMobile: isMobile
|
|
@@ -30103,12 +30103,8 @@ var DailyTasks = function DailyTasks(_ref) {
|
|
|
30103
30103
|
var TasksContainer = /*#__PURE__*/styled(DraggableContainer).withConfig({
|
|
30104
30104
|
displayName: "DailyTasks__TasksContainer",
|
|
30105
30105
|
componentId: "sc-ittn77-0"
|
|
30106
|
-
})(["
|
|
30107
|
-
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 ";
|
|
30108
|
-
}, function (props) {
|
|
30106
|
+
})(["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) {
|
|
30109
30107
|
return props.isMobile ? 'padding: 8px 0;' : '';
|
|
30110
|
-
}, function (props) {
|
|
30111
|
-
return props.isMobile ? "\n border-radius: 0 !important;\n height: 100vh !important;\n width: 100vw !important;\n " : '';
|
|
30112
30108
|
});
|
|
30113
30109
|
var Container$i = /*#__PURE__*/styled.div.withConfig({
|
|
30114
30110
|
displayName: "DailyTasks__Container",
|