Added schedule clearing and scroll to drag to schedule panel.

This commit is contained in:
rainbow napkin 2025-02-07 06:01:20 -05:00
parent 56ab5a16ec
commit c04edb6691
8 changed files with 466 additions and 120 deletions

View file

@ -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{