mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
MenuOverlay: rearrange menu items
This commit is contained in:
parent
0feee476f6
commit
93c715f376
1 changed files with 11 additions and 11 deletions
|
|
@ -36,10 +36,12 @@ export default function MenuOverlay ({
|
||||||
return (
|
return (
|
||||||
<dialog ref={dialog} className='menu'>
|
<dialog ref={dialog} className='menu'>
|
||||||
<section>
|
<section>
|
||||||
<div className='navigation'>
|
<div>
|
||||||
<Link href="/">
|
<button
|
||||||
ElseIfPlayer
|
onClick={() => dialog.current.close()}
|
||||||
</Link>
|
>
|
||||||
|
Close this menu
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='appearance'>
|
<div className='appearance'>
|
||||||
|
|
@ -49,7 +51,7 @@ export default function MenuOverlay ({
|
||||||
onFullscreenRequest()
|
onFullscreenRequest()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Request fullscreen
|
Full screen
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={() => themeEngine.setRandomTheme()}
|
onClick={() => themeEngine.setRandomTheme()}
|
||||||
|
|
@ -64,12 +66,10 @@ export default function MenuOverlay ({
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div className='navigation'>
|
||||||
<button
|
<Link href="/">
|
||||||
onClick={() => dialog.current.close()}
|
ElseIfPlayer
|
||||||
>
|
</Link>
|
||||||
Close
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue