diff --git a/frontend/dashboard.css b/frontend/dashboard.css index ed2bf4f..ede3276 100644 --- a/frontend/dashboard.css +++ b/frontend/dashboard.css @@ -1555,6 +1555,7 @@ textarea { resize: vertical; min-height: 120px; } .mobile-queue-list .mobile-recent-work-row button { min-height:44px; width:auto; } .mobile-queue-list .mobile-recent-work-row [data-recent-work-route] { min-width:0; width:100%; min-height:56px; overflow-wrap:anywhere; } .mobile-queue-list .mobile-recent-work-row [data-recent-work-pin] { min-width:64px; justify-content:center; padding-inline:12px; } + .mobile-pinned-work-toggle { min-height:44px; width:100%; margin-top:8px; } .mobile-queue-list [data-mobile-queue-count] { min-width:28px; padding:3px 8px; border-radius:999px; text-align:center; background:#1d426d; } .mobile-queue-list [data-mobile-queue="agenda"][data-deadlines="true"] { border-color:#f59e0b; background:#30240f; box-shadow:inset 3px 0 #f59e0b; } .mobile-queue-list [data-recommended="true"] { border-color:#60a5fa; box-shadow:0 0 0 2px #60a5fa; } diff --git a/frontend/dashboard.js b/frontend/dashboard.js index a8a799c..6293779 100644 --- a/frontend/dashboard.js +++ b/frontend/dashboard.js @@ -441,6 +441,7 @@ list:qs('#mobile-recent-work-list'), pinnedSection:qs('#mobile-pinned-work'), pinnedList:qs('#mobile-pinned-work-list'), + pinnedToggle:qs('#mobile-pinned-work-toggle'), status:qs('#mobile-recent-work-status'), openRoute:fragment => { const sheet = qs('#mobile-queue-sheet'); diff --git a/frontend/index.html b/frontend/index.html index 8923994..19955b0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2187,6 +2187,7 @@