queue panel shares layer with main content, no longer an overlay
This commit is contained in:
@@ -62,6 +62,10 @@ export class TrackList extends LitElement {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.track-row > * {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.track-row:hover {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user