Skip to content

Commit

Permalink
Webkit updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriVanGuard committed Jun 16, 2022
1 parent 34c86ae commit 899f0a7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 37 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
},
"scripts": {
"dev": "BACKEND_URL=https://api.santiment.net sapper dev",
"dev": "BACKEND_URL=https://api-stage.santiment.net sapper dev",
"build": "npm run webkit && NODE_ENV=production sapper build",
"webkit": "node scripts/webkit",
"postinstall": "patch-package && npm run webkit",
Expand All @@ -28,7 +28,7 @@
"mobile-detect": "^1.4.5",
"node-fetch": "^2.6.1",
"polka": "next",
"san-webkit": "https://github.com/santiment/san-webkit#c180cef",
"san-webkit": "https://github.com/santiment/san-webkit#b18afa5",
"sirv": "^1.0.0",
"turndown": "^7.1.1",
"medium-editor": "^5.23.3",
Expand Down
6 changes: 2 additions & 4 deletions src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@
flex: 1;
width: 100%;
}
:global(.isMobile) main,
:global(.tablet) main,
:global(.phone) main,
:global(.phone-xs) main {
:global(.isMobile) main {
padding: 16px 16px 76px;
}
</style>

0 comments on commit 899f0a7

Please sign in to comment.