Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Oct 5, 2017
1 parent 825f35a commit 3243405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/instant.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import Head from 'next/head';
import gql from '../util/gql';
import style from '../components/App.css';
import style from '../components/App/App.css';
import querystring from 'querystring';

const POLLING_INTERVAL = 5000;
Expand Down Expand Up @@ -234,14 +234,14 @@ class FullScreenResizer extends React.PureComponent {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: opacity .25s;
}
.hidden {
opacity: 0;
}
.scaler {
height: 768px; /* Fixed as in design mockup */
height: 768px;
/* Fixed as in design mockup */
padding: 0 44px;
}
`}</style>
Expand Down

0 comments on commit 3243405

Please sign in to comment.