Fixed alignment issue
This commit is contained in:
parent
d31022b706
commit
1ccbc9cd0a
2 changed files with 6 additions and 6 deletions
|
@ -1187,17 +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;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.ppe-icon {
|
||||
background-image: url("./assets/ppe.svg") !important;
|
||||
right: 0;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.private-icon {
|
||||
background-image: url("./assets/private.svg") !important;
|
||||
left: 3;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
.audio-type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue