Added schedule clearing and scroll to drag to schedule panel.
This commit is contained in:
parent
56ab5a16ec
commit
c04edb6691
8 changed files with 466 additions and 120 deletions
|
|
@ -29,7 +29,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
}
|
||||
|
||||
#queue-control-offset{
|
||||
margin-bottom: 2.15em;
|
||||
height: 2.15em;
|
||||
flex-shrink: 0
|
||||
}
|
||||
|
||||
#queue-control-buttons{
|
||||
|
|
@ -54,6 +55,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
#queue-container{
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#queue-marker-container{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue