Pin mapping label to center

This commit is contained in:
2026-08-05 18:33:51 +02:00
parent 071c37cb3a
commit 657c82b4ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -120,7 +120,7 @@
.mapping-details { @apply relative; } .mapping-details { @apply relative; }
.mapping-summary { @apply relative grid min-h-8 grid-cols-[1fr_auto_1fr] items-center rounded bg-slate-800 px-9 text-center text-[11px] font-semibold text-slate-100; } .mapping-summary { @apply relative grid min-h-8 grid-cols-[1fr_auto_1fr] items-center rounded bg-slate-800 px-9 text-center text-[11px] font-semibold text-slate-100; }
.mapping-summary > .sidebar-icon { @apply absolute left-2; } .mapping-summary > .sidebar-icon { @apply absolute left-2; }
.mapping-title { @apply col-start-2 min-w-0 truncate text-center; } .mapping-title { @apply absolute left-1/2 max-w-[calc(100%-4.5rem)] -translate-x-1/2 truncate text-center; }
.mapping-state-dot { @apply absolute right-7 inline-block h-3 w-3 shrink-0 rounded-full border border-slate-500 shadow-sm; } .mapping-state-dot { @apply absolute right-7 inline-block h-3 w-3 shrink-0 rounded-full border border-slate-500 shadow-sm; }
.mapping-state-dot.is-ready { @apply border-emerald-300 bg-emerald-500; } .mapping-state-dot.is-ready { @apply border-emerald-300 bg-emerald-500; }
.mapping-state-dot.is-warning { @apply border-amber-300 bg-amber-400; } .mapping-state-dot.is-warning { @apply border-amber-300 bg-amber-400; }