fix: virtual list and cover grid (#63)
* very basic slow buggy queue * cover grid can now add albums to queue * added virtualized lists to track list and cover grid components
This commit is contained in:
+5
-1
@@ -112,5 +112,9 @@ body div.sidebar {
|
||||
grid-area: main-panel;
|
||||
padding: 0.25em;
|
||||
background-color: #212529;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main-panel > * {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user