mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
support vertical play queue layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user