Fix mapping title centering
This commit is contained in:
+2
-2
@@ -118,9 +118,9 @@
|
||||
.sidebar-mapping-box { @apply overflow-hidden border-slate-700 bg-slate-900; }
|
||||
.sidebar-mapping-box { @apply overflow-visible; }
|
||||
.mapping-details { @apply relative; }
|
||||
.mapping-summary { @apply relative flex min-h-8 items-center justify-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-title { @apply min-w-0 truncate text-center; }
|
||||
.mapping-title { @apply col-start-2 min-w-0 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.is-ready { @apply border-emerald-300 bg-emerald-500; }
|
||||
.mapping-state-dot.is-warning { @apply border-amber-300 bg-amber-400; }
|
||||
|
||||
Reference in New Issue
Block a user