better position for the audio player
This commit is contained in:
@@ -284,7 +284,7 @@ export default function AudioHandler() {
|
|||||||
onPlay={(e) => console.log("onPlay")}
|
onPlay={(e) => console.log("onPlay")}
|
||||||
showSkipControls={true}
|
showSkipControls={true}
|
||||||
onEnded={onEndedPlaying}
|
onEnded={onEndedPlaying}
|
||||||
className="w-screen flex flex-row"
|
className="w-screen flex flex-row fixed bottom-0"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
@@ -130,11 +130,11 @@ Me.getLayout = function (content: ReactElement) {
|
|||||||
|
|
||||||
<KeyboardShortcutHandler />
|
<KeyboardShortcutHandler />
|
||||||
|
|
||||||
<AudioHandler />
|
|
||||||
|
|
||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
{content}
|
{content}
|
||||||
|
|
||||||
|
<AudioHandler />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user