progress on responsive

This commit is contained in:
2025-10-06 11:11:10 +02:00
parent a4a26333b3
commit 7559a2bfb5
4 changed files with 35 additions and 27 deletions

View File

@ -36,7 +36,7 @@ export function LFOPanel({ onChange, onUpdateDepth, onRemoveMapping }: LFOPanelP
return (
<div className="bg-black border-t-2 border-white">
<div className="grid grid-cols-2 xl:grid-cols-4 gap-[1px] bg-white p-[1px]">
<div className="grid grid-cols-2 sm:grid-cols-4 gap-[1px] bg-white p-[1px]">
{lfoConfigs.map(({ key, index }) => {
const lfo = lfoValues[key]
return (