Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TuTiDore committed Aug 20, 2024
1 parent 4e3a84b commit bbfb481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Toy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Toy({ toy }: { toy: FeVCToy }) {
<div className="px-2">
{config?.show_toy_advanced && <ToySettings toy={toy} />}
{/* pt-2 because scrollbar gap is bottom */}
<div className="scrollbar flex w-[calc(100vw-320px)] select-none items-center gap-4 overflow-x-scroll pt-2 md:w-[calc(100vw-340px)]">
<div className="scrollbar flex w-[calc(100vw-320px)] select-none items-center gap-4 overflow-x-scroll pt-2 md:w-[calc(100vw-340px)]">
{toy.features.map((feature, featureArrayIndex) => (
<button
key={toyFeatureKey(toy, feature)}
Expand Down

0 comments on commit bbfb481

Please sign in to comment.