diff --git a/frontend/src/pages/DashboardPage.jsx b/frontend/src/pages/DashboardPage.jsx index 7b51fe6..558a4fb 100644 --- a/frontend/src/pages/DashboardPage.jsx +++ b/frontend/src/pages/DashboardPage.jsx @@ -3080,7 +3080,7 @@ export default function DashboardPage({ {queueCatalog.scripts.length > 0 ? (
- Skript + Skript
{queueCatalog.scripts.map((script) => (
diff --git a/frontend/src/styles/app.css b/frontend/src/styles/app.css index 607b8bc..10463d0 100644 --- a/frontend/src/styles/app.css +++ b/frontend/src/styles/app.css @@ -1011,6 +1011,14 @@ body { border-top: none; } +.queue-insert-section-label { + font-weight: 600; + font-size: 0.88rem; + display: flex; + align-items: center; + gap: 0.35rem; +} + .queue-insert-options { display: flex; flex-wrap: wrap; @@ -1023,8 +1031,8 @@ body { border-radius: 0.35rem; color: inherit; cursor: pointer; - font-size: 0.82rem; - padding: 0.3rem 0.65rem; + font-size: 0.79rem; + padding: 0.2rem 0.5rem; transition: background 0.12s; } @@ -1033,10 +1041,22 @@ body { border-color: var(--rip-primary, #6366f1); } -.queue-insert-wait-row { +.queue-insert-system-block { display: flex; align-items: center; - gap: 0.5rem; + gap: 0.45rem; + background: var(--rip-surface); + border: 1px solid var(--rip-border); + border-radius: 0.35rem; + padding: 0.2rem 0.5rem; +} + +.queue-insert-system-name { + font-size: 0.79rem; + display: flex; + align-items: center; + gap: 0.3rem; + white-space: nowrap; } .pipeline-queue-item.queued.dragging {