dojo: fixes whitescreen on mobile

This commit is contained in:
Tyler Brown Cifu Shuster 2020-08-18 20:10:36 -07:00
parent 4132dacf70
commit b5485cf0e3
3 changed files with 4 additions and 2 deletions

View File

@ -30,6 +30,8 @@ const Root = styled.div`
width: 100%;
padding: 0;
margin: 0;
display: flex;
flex-flow: column nowrap;
`;
const StatusBarWithRouter = withRouter(StatusBar);

View File

@ -48,7 +48,7 @@ export default class DojoApp extends Component {
return (
<div
className="bg-white bg-gray0-d"
style={{ height: 'calc(100vh - 45px)' }}
style={{ height: '100%' }}
>
<Route
exact

View File

@ -80,7 +80,7 @@ export class Input extends Component {
render() {
return (
<div className="flex flex-row flex-grow-1 relative">
<div className="flex-shrink-0">{cite(this.props.ship)}:dojo
<div className="flex-shrink-0"><span class="dn-s">{cite(this.props.ship)}:</span>dojo
</div>
<span id="prompt">
{this.props.prompt}