Skip to content

Commit

Permalink
v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed Dec 28, 2021
1 parent 8827acd commit c4995ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mstream",
"version": "5.8.1",
"version": "5.9.0",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/alpha/m.js
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ function initElectron() {

// add link to edit server
navEl.innerHTML += `<div class="side-nav-item my-waves" onclick="changeView(openEditModal, this);">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24" fill="#FFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 3h8v8H3zm10 0h8v8h-8zM3 13h8v8H3zm15 0h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.2 5.9l.8-.8C19.6 3.7 17.8 3 16 3s-3.6.7-5 2.1l.8.8C13 4.8 14.5 4.2 16 4.2s3 .6 4.2 1.7zm-.9.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1 .9 0 1.8.3 2.5 1l.8-.8zM19 13h-2V9h-2v4H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zM8 18H6v-2h2v2zm3.5 0h-2v-2h2v2zm3.5 0h-2v-2h2v2z"/></svg>
<span>Edit Server</span>
</div>`;

Expand Down
4 changes: 4 additions & 0 deletions webapp/alpha/spa.css
Original file line number Diff line number Diff line change
Expand Up @@ -973,4 +973,8 @@ select {

#flip-me {
overflow: hidden;
}

#editServer input {
color: #FFF;
}

0 comments on commit c4995ed

Please sign in to comment.