Feat v0.6.11 css dedup (#46)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #46.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
}
|
||||
.wf-stage-name { flex: 1; font-size: 13px; font-weight: 500; }
|
||||
.wf-stage-row .badge { font-size: 10px; }
|
||||
.wf-stage-row .btn-small { opacity: 0; transition: opacity 0.15s; }
|
||||
.wf-stage-row:hover .btn-small { opacity: 1; }
|
||||
.wf-stage-row .sw-btn--sm { opacity: 0; transition: opacity 0.15s; }
|
||||
.wf-stage-row:hover .sw-btn--sm { opacity: 1; }
|
||||
|
||||
/* ── Queue sidebar ───────────────────── */
|
||||
|
||||
@@ -55,16 +55,16 @@
|
||||
.sb-queue-item.active { background: var(--accent-dim); color: var(--accent); }
|
||||
.sb-queue-icon { font-size: 14px; }
|
||||
.sb-queue-label { flex: 1; }
|
||||
.sb-queue-item .btn-small {
|
||||
.sb-queue-item .sw-btn--sm {
|
||||
opacity: 0; padding: 2px 6px; font-size: 11px;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
.sb-queue-item:hover .btn-small { opacity: 1; }
|
||||
.sb-queue-item:hover .sw-btn--sm { 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-item .sw-btn--sm { display: none; }
|
||||
.sidebar.collapsed .sb-queue-badge { display: none !important; }
|
||||
|
||||
/* Unpin button */
|
||||
@@ -150,7 +150,7 @@
|
||||
.wf-bar-status.stale { background: var(--warning-dim); color: var(--warning-light); }
|
||||
.wf-bar-spacer { flex: 1; }
|
||||
.wf-bar-actions { display: flex; gap: 6px; }
|
||||
.wf-bar-actions .btn-small { font-size: 11px; padding: 3px 10px; }
|
||||
.wf-bar-actions .sw-btn--sm { font-size: 11px; padding: 3px 10px; }
|
||||
|
||||
/* DnD stage reorder feedback */
|
||||
.wf-stage-row.dragging { opacity: 0.4; }
|
||||
|
||||
Reference in New Issue
Block a user