mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 09:27:23 +00:00
Add a special class to the app container when the player page is active
This commit is contained in:
parent
42015eca8f
commit
5b283d2789
6 changed files with 31 additions and 13 deletions
|
|
@ -28,10 +28,10 @@ export default function ({ themeEngine }) {
|
|||
<p>
|
||||
Interactive Fiction interpreter
|
||||
that runs right in your browser.
|
||||
<br/>
|
||||
<br />
|
||||
Source code can be found in this <a
|
||||
target="_blank"
|
||||
href="https://github.com/He4eT/ifplayer">
|
||||
target='_blank'
|
||||
href='https://github.com/He4eT/ifplayer'>
|
||||
repository
|
||||
</a>.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ export default function ({ setTheme, theme, encodedUrl }) {
|
|||
}, [encodedUrl])
|
||||
|
||||
return (
|
||||
<main className='view playerView'>
|
||||
<main>
|
||||
<UrlPlayer url={targetUrl} />
|
||||
</main>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue