changed tab bar to be mobile friendly and added next plays

This commit is contained in:
Polaris
2024-08-24 17:52:52 -04:00
parent bdcd73f91e
commit 7fa261669c
7 changed files with 224 additions and 11 deletions

View File

@ -28,7 +28,7 @@ export default function DebouncedInput({
return (
<Input
className="m-4 w-[400px]"
className="m-4 w-[300px]"
{...props}
value={value}
onChange={(e) => setValue(e.target.value)}