mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Dirty markup
This commit is contained in:
parent
78fb34e2aa
commit
9f7ff097a2
3 changed files with 28 additions and 7 deletions
|
|
@ -43,11 +43,14 @@ export default function ({ themeEngine }) {
|
|||
<h3>
|
||||
Interface theme
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
<ThemeSelector {...{
|
||||
themeEngine
|
||||
}} />
|
||||
<br /><br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<small>
|
||||
Themes without borders
|
||||
are better suited for small screens.
|
||||
|
|
@ -80,6 +83,7 @@ export default function ({ themeEngine }) {
|
|||
<h3>
|
||||
Play the game from a file
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
<details>
|
||||
<summary>Supported formats</summary>
|
||||
|
|
@ -92,6 +96,7 @@ export default function ({ themeEngine }) {
|
|||
</ul>
|
||||
</details>
|
||||
</p>
|
||||
|
||||
<p className='play'>
|
||||
<label>
|
||||
Local file: <br />
|
||||
|
|
@ -100,7 +105,9 @@ export default function ({ themeEngine }) {
|
|||
setTargetUrl
|
||||
}} />
|
||||
</label>
|
||||
<br />
|
||||
</p>
|
||||
|
||||
<p className='play'>
|
||||
<label>
|
||||
Direct link: <br />
|
||||
<URLSelector {...{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue