Skip to content

Commit

Permalink
fix: element path (#1329)
Browse files Browse the repository at this point in the history
* v

* Update satolist.js

* fix
  • Loading branch information
maxgithubprofile authored Dec 12, 2024
1 parent 2b7b22f commit eb351b8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions components/bnavigation/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@
html.mobileview #bnavigation {
display: block;
}
html[theme="black"] #bnavigation .tochat svg,
html[theme="gray"] #bnavigation .tochat svg {
fill: rgb(var(--text-color));
}
10 changes: 10 additions & 0 deletions components/bnavigation/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,14 @@ html.mobileview{
#bnavigation{
display: block;
}
}


html[theme="black"],
html[theme="gray"]{
#bnavigation{
.tochat svg{
fill: rgb(var(--text-color));
}
}
}
2 changes: 1 addition & 1 deletion js/satolist.js
Original file line number Diff line number Diff line change
Expand Up @@ -24059,7 +24059,7 @@ Platform = function (app, listofnodes) {
vs = numfromreleasestring(window.packageversion) + '_' + (window.versionsuffix || "0")
}

importScript('chat/matrix-element.js?v=' + vs, clbk)
importScript('chat/matrix-element.min.js?v=' + vs, clbk)

}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

"version": "0.9.105",

"versionsuffix": "0",
"versionsuffix": "1",
"cordovaversion": "1.8.105",
"cordovaversioncode": "1801050",
"cordovaversioncode": "1801051",

"description": "Bastyon desktop application",
"author": "Pocketnet Community <[email protected]>",
Expand Down

0 comments on commit eb351b8

Please sign in to comment.