Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.2004
Browse files Browse the repository at this point in the history
It is based on:
* psi: 77f0e618
* plugins: 7a65467
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed Jun 29, 2024
1 parent de922a1 commit acf1e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions themes/chatview/psi/bubble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
dateFormat : "HH:mm",
proxy : function() { //optional
if (shared.cdata.type == "reactions") {
if (shared.cdata.mtype == "reactions") {
render_reactions(shared.cdata);
return false;
}
Expand Down Expand Up @@ -236,7 +236,7 @@
margin-left: 3rem;
padding: .5rem;
position: relative;
background-color: #f0f0f0;
background-color: #f8f8f8;
border-radius: 0 .6rem .6rem .6rem;
box-shadow: 0px 0px 0.5rem black;
clip-path: inset(-0.5rem -5rem -0.5rem -5rem);
Expand All @@ -252,7 +252,7 @@
.msg::before {
width: 2rem;
height: 2rem;
border: .5rem solid #f0f0f0;
border: .5rem solid #f8f8f8;
border-radius: 1.4rem;
content: "";
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2002 (2024-06-28, 1a24bce5)
1.5.2004 (2024-06-29, 77f0e618)

0 comments on commit acf1e2f

Please sign in to comment.