Changeset 0.35.0 (#209)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
@@ -61,6 +61,40 @@
|
||||
}
|
||||
.sb-queue-item:hover .btn-small { opacity: 1; }
|
||||
|
||||
/* Collapsed sidebar — show icon only */
|
||||
.sidebar.collapsed .sb-queue-item { justify-content: center; padding: 5px 0; margin: 0 6px; gap: 0; }
|
||||
.sidebar.collapsed .sb-queue-label { display: none; }
|
||||
.sidebar.collapsed .sb-queue-item .btn-small { display: none; }
|
||||
.sidebar.collapsed .sb-queue-badge { display: none !important; }
|
||||
|
||||
/* Unpin button */
|
||||
.sb-queue-unpin {
|
||||
opacity: 0; background: none; border: none; color: var(--text-3);
|
||||
cursor: pointer; font-size: 14px; padding: 0 4px; transition: opacity 0.15s;
|
||||
}
|
||||
.sb-queue-item:hover .sb-queue-unpin { opacity: 1; }
|
||||
.sb-queue-unpin:hover { color: var(--text); }
|
||||
.sidebar.collapsed .sb-queue-unpin { display: none; }
|
||||
|
||||
/* Browse workflows button */
|
||||
.sb-queue-browse {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
padding: 6px 12px; cursor: pointer; border-radius: 6px;
|
||||
font-size: 12px; color: var(--text-3); transition: background 0.15s;
|
||||
}
|
||||
.sb-queue-browse:hover { background: var(--bg-raised); color: var(--text-2); }
|
||||
.sidebar.collapsed .sb-queue-browse .sb-queue-label { display: none; }
|
||||
.sidebar.collapsed .sb-queue-browse { justify-content: center; padding: 5px 0; margin: 0 6px; gap: 0; }
|
||||
|
||||
/* Browse dialog */
|
||||
.wf-browse-dialog { max-height: 300px; overflow-y: auto; }
|
||||
.wf-browse-row {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
padding: 8px 12px; cursor: pointer; border-radius: 6px;
|
||||
font-size: 13px; transition: background 0.15s;
|
||||
}
|
||||
.wf-browse-row:hover { background: var(--bg-raised); }
|
||||
|
||||
/* ── Team queue panel ────────────────── */
|
||||
|
||||
.wf-queue-panel { padding: 4px 0; }
|
||||
|
||||
Reference in New Issue
Block a user