Skip to content

Commit

Permalink
bump manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed May 27, 2024
1 parent 7984d38 commit 97ecfd8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions public/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ svg {
height: 100%;
}

.cm-scroller {
margin-bottom: 3rem !important;
.cm-editor .cm-scroller {
margin-bottom: 3rem;
}

.mobile-buttons {
Expand Down
5 changes: 3 additions & 2 deletions public/app.js

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

2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cacheName = "luizbills.litecanvas-editor-v1";
const version = "1.53.1";
const version = "1.53.2";

const precacheResources = [
"/",
Expand Down
5 changes: 3 additions & 2 deletions src/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default () =>
`// Welcome to litecanvas playground!
// Learn more tapping on the question mark above
// or join our discord community: https://discord.com/invite/r2c3rGsvH3
// Learn more tapping on the question mark above.
// Join our discord community:
// https://discord.com/invite/r2c3rGsvH3
litecanvas()
function init () {
Expand Down

0 comments on commit 97ecfd8

Please sign in to comment.