support vertical play queue layout

This commit is contained in:
jeffvli
2026-03-17 19:00:55 -07:00
parent 8ccd97b574
commit db88a6bc22
14 changed files with 268 additions and 32 deletions
@@ -21,6 +21,10 @@
.handle-top {
top: 0;
left: 0;
width: 100%;
height: 4px;
cursor: ns-resize;
}
.handle-right {
@@ -29,6 +33,10 @@
.handle-bottom {
bottom: 0;
left: 0;
width: 100%;
height: 4px;
cursor: ns-resize;
}
.handle-left {