mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: updates
This commit is contained in:
parent
f340a90117
commit
cec4c5909d
50 changed files with 1304 additions and 207 deletions
16
packages/web/components/New/PlayingNextMobile.tsx
Normal file
16
packages/web/components/New/PlayingNextMobile.tsx
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { useLockBodyScroll } from 'react-use'
|
||||
import PlayingNext from './PlayingNext'
|
||||
|
||||
const PlayingNextMobile = () => {
|
||||
useLockBodyScroll(true)
|
||||
|
||||
return (
|
||||
<div className='fixed inset-0 z-10 bg-black/80 backdrop-blur-3xl'>
|
||||
<div className='px-7'>
|
||||
<PlayingNext />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default PlayingNextMobile
|
||||
Loading…
Add table
Add a link
Reference in a new issue