mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add basic styles
This commit is contained in:
parent
a16e38eca8
commit
6fda37feb5
4 changed files with 44 additions and 5 deletions
|
|
@ -10,6 +10,8 @@ import CheapGlkOte from 'cheap-glkote'
|
|||
import TextBuffer from './TextBuffer'
|
||||
import InputBox from './InputBox'
|
||||
|
||||
import './player.css'
|
||||
|
||||
const INITIAL_STATUS = {
|
||||
stage: 'loading',
|
||||
details: 'Preparing...'
|
||||
|
|
@ -104,7 +106,7 @@ export default function ({ vmParts: { file, engine } }) {
|
|||
return status.stage !== 'ready'
|
||||
? (<div>{status.details}</div>)
|
||||
: (
|
||||
<section>
|
||||
<section className='ifplayer'>
|
||||
<TextBuffer {...{
|
||||
inbox,
|
||||
currentWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue