Merge commit 'db536fc845' into dev

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-07-10 14:42:09 -07:00
commit 24587d796d
5 changed files with 2076 additions and 1671 deletions

View file

@ -966,14 +966,14 @@ export default function PodcastsPageClient({
</Button>
</motion.div>
<div className="relative w-24">
<div className="relative w-full">
<Slider
value={[isMuted ? 0 : volume]}
min={0}
max={1}
step={0.01}
onValueChange={handleVolumeChange}
className="w-24"
className="w-full"
disabled={isMuted}
/>
<motion.div