Add console.log and enable lossless icon's.

This commit is contained in:
cryptofyre 2022-02-05 00:58:51 -06:00
parent 0e00f80190
commit 93483ad903
3 changed files with 17 additions and 2 deletions

View file

@ -1148,10 +1148,20 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
.explicit-icon {
background-image: url("./assets/explicit.svg");
height: 9px;
width: 13px;
filter: contrast(0);
background-repeat: no-repeat;
margin-left: 3px;
}
.lossless-icon {
background-image: url("http://localhost:9000/assets/lossless.svg");
height: 9px;
width: 36px;
filter: contrast(0);
background-repeat: no-repeat;
margin-left: 3px;
background-size: contain;
}
}