mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
Merge commit 'db536fc845' into dev
This commit is contained in:
commit
24587d796d
5 changed files with 2076 additions and 1671 deletions
|
|
@ -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
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue