We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9502f87 commit a0d13beCopy full SHA for a0d13be
src/styles/main.scss
@@ -63,7 +63,7 @@ body {
63
top: 6px;
64
left: 50%;
65
transform: translateX(-50%);
66
- background-image: url(https://localhost/__cdvfile_assets__/www/res/tail-spin.svg);
+ background-image: url(https://localhost/res/tail-spin.svg);
67
background-repeat: no-repeat;
68
background-position: center;
69
background-size: 30px;
src/theme/list.js
@@ -74,7 +74,7 @@ async function apply(id, init) {
74
}
75
76
themeApplied = true;
77
- const loaderFile = Url.join(ASSETS_DIRECTORY, "res/tail-spin.svg");
+ const loaderFile = "https://localhost/res/tail-spin.svg";
78
const svgName = "__tail-spin__.svg";
79
const img = Url.join(DATA_STORAGE, svgName);
80
const theme = get(id);
0 commit comments