Skip to content

Commit

Permalink
@steedos-widgets/amis-object@1.3.4-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Sep 20, 2023
1 parent 8149915 commit b143376
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/default.steedos.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(_.isEmpty(process.env.STEEDOS_AMIS_URL)) {
process.env.STEEDOS_AMIS_URL = process.env.STEEDOS_AMIS_URL.replace(/\/+$/, "");

if(_.isEmpty(process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS)) {
process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS = process.env.STEEDOS_UNPKG_URL + "/@steedos-widgets/amis-object@1.3.4-beta.1/dist/assets.json";
process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS = process.env.STEEDOS_UNPKG_URL + "/@steedos-widgets/amis-object@1.3.4-beta.3/dist/assets.json";
}

if(_.isEmpty(process.env.SERIALIZER)){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"className": {
"mobileCss": "${window:innerWidth < 768}",
"pcCss": "${window:innerWidth > 768}",
"instances-sidebar-wrapper px-0 fixed z-20 h-full h-fill ease-in-out duration-300 flex flex-col border-r overflow-y-auto bg-white border-slate-200 block -translate-x-0 py-0": "true"
"instances-sidebar-wrapper px-0 fixed z-20 h-full h-fill ease-in-out duration-300 flex flex-col border-r overflow-y-auto bg-white border-slate-300 sm:shadow block -translate-x-0 py-0": "true"
},
"body": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"className": {
"mobileCss": "${window:innerWidth < 768}",
"pcCss": "${window:innerWidth > 768}",
"instances-sidebar-wrapper px-0 fixed z-20 h-full h-fill ease-in-out duration-300 flex flex-col border-r overflow-y-auto bg-white border-slate-200 block -translate-x-0 py-0": "true"
"instances-sidebar-wrapper px-0 fixed z-20 h-full h-fill ease-in-out duration-300 flex flex-col border-r overflow-y-auto bg-white border-slate-300 sm:shadow block -translate-x-0 py-0": "true"
},
"body": [
{
Expand Down
8 changes: 4 additions & 4 deletions steedos-packages/webapp-public/public/customize.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ html {
display: none;
}

:root {
/* :root {
--body-bg: rgb(225, 239, 254);
/* --body-bg: top / cover no-repeat url(/images/defaultBackground.svg); */
}
} */

@media only screen and (max-width: 768px) {
:root {
--body-bg: white;
}
}

body {
/* body {
background: var(--body-bg);
}
} */

.creator-content-wrapper {
overflow: auto !important;
Expand Down

0 comments on commit b143376

Please sign in to comment.