mirror of
https://github.com/dsec-hub/dsec-notebook.git
synced 2026-09-22 07:24:27 +00:00
formatted
This commit is contained in:
parent
a4a3d568df
commit
44c6275ee8
2 changed files with 3 additions and 3 deletions
|
|
@ -83,7 +83,7 @@
|
|||
</svg>
|
||||
{/snippet}
|
||||
|
||||
<div class="flex items-center gap-x-1 gap-y-2 overflow-x-scroll scrollbar-thin pb-2">
|
||||
<div class="flex scrollbar-thin items-center gap-x-1 gap-y-2 overflow-x-scroll pb-2">
|
||||
<button
|
||||
type="button"
|
||||
class="chip {selectedUnitId === '' ? 'chip-active' : ''}"
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ button {
|
|||
}
|
||||
|
||||
.chip {
|
||||
@apply border-rule whitespace-nowrap text-ink hover:border-ink bg-surface inline-flex items-center rounded-sm border px-3 py-1.5 font-sans text-[11px] font-medium tracking-[0.12em] uppercase transition-colors;
|
||||
@apply border-rule text-ink hover:border-ink bg-surface inline-flex items-center rounded-sm border px-3 py-1.5 font-sans text-[11px] font-medium tracking-[0.12em] whitespace-nowrap uppercase transition-colors;
|
||||
}
|
||||
|
||||
.chip-active {
|
||||
|
|
@ -133,7 +133,7 @@ button {
|
|||
}
|
||||
|
||||
.unit-rail {
|
||||
@apply flex gap-3 overflow-x-scroll py-1 scrollbar-thin pb-2;
|
||||
@apply flex scrollbar-thin gap-3 overflow-x-scroll py-1 pb-2;
|
||||
}
|
||||
|
||||
.unit-rail::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue