Implemented fully-functional Private Session icon
This commit is contained in:
parent
9188ca8812
commit
41012a1bf3
4 changed files with 27 additions and 11 deletions
|
@ -11279,15 +11279,21 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
|
|||
}
|
||||
.app-chrome .app-chrome-item > .app-playback-controls .lossless-icon {
|
||||
background-image: url("assets/lossless.svg") !important;
|
||||
right: 0px;
|
||||
}
|
||||
.app-chrome .app-chrome-item > .app-playback-controls .ppe-icon {
|
||||
background-image: url("assets/ppe.svg") !important;
|
||||
right: 0px;
|
||||
margin-left: 0.5em !important;
|
||||
flex: 1;
|
||||
}
|
||||
.app-chrome .app-chrome-item > .app-playback-controls .private-icon {
|
||||
background-image: url("assets/private.svg") !important;
|
||||
left: 3px;
|
||||
margin-left: 0.5em !important;
|
||||
flex: 1;
|
||||
}
|
||||
.chrome-icon-container {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
.app-chrome .app-chrome-item > .app-playback-controls .audio-type {
|
||||
filter: contrast(0);
|
||||
|
@ -11295,7 +11301,6 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
|
|||
background-size: contain;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
position: absolute;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.app-chrome .app-chrome-item > .app-playback-controls .song-duration p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue