Add basic styles

This commit is contained in:
He4eT 2021-02-28 03:31:58 +05:00
commit 6fda37feb5
4 changed files with 44 additions and 5 deletions

View file

@ -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