Resolution of

9868a7d31e (r318532213)
This commit is contained in:
Pratik
2019-08-28 14:40:57 +02:00
parent e632b04b16
commit 834850fd98
4 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\layouts",
"\\pages"
],
"SelectedNode": "\\pages\\index.vue",
"PreviewInSolutionExplorer": false
}

BIN
.vs/postwoman/v15/.suo Normal file

Binary file not shown.

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

View File

@@ -120,9 +120,9 @@
// Once the PWA code is initialized, this holds a method
// that can be called to show the user the installation
// prompt.
showInstallPrompt: null,
logoStyle() {
return "margin-right: 16px;" + (this.$store.state.postwoman.settings.THEME_CLASS ? " filter: invert(100%); -webkit-filter: invert(100%);" : '')
showInstallPrompt: null,
logoStyle() {
return "margin-right: 16px;" + (this.$store.state.postwoman.settings.THEME_CLASS.includes('light') ? " filter: invert(100%); -webkit-filter: invert(100%);" : '')
}
}
},