Implement Private Session indicator icon
This commit is contained in:
parent
2ab9867116
commit
3ff5723c1e
4 changed files with 15 additions and 2 deletions
|
@ -1187,10 +1187,17 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
|
|||
|
||||
.lossless-icon {
|
||||
background-image: url("./assets/lossless.svg") !important;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.ppe-icon {
|
||||
background-image: url("./assets/ppe.svg") !important;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.private-icon {
|
||||
background-image: url("./assets/private.svg") !important;
|
||||
left: 3;
|
||||
}
|
||||
|
||||
.audio-type {
|
||||
|
@ -1200,7 +1207,6 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
|
|||
height: 15px;
|
||||
width: 15px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue