From 628510ba7e4b8742e61cfc9510940c668ec7258a Mon Sep 17 00:00:00 2001 From: MrOrz Date: Fri, 6 Oct 2017 01:14:54 +0800 Subject: [PATCH] Fix lint --- pages/instant.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/instant.js b/pages/instant.js index 5ef459fa..bfa7158d 100644 --- a/pages/instant.js +++ b/pages/instant.js @@ -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; @@ -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; } `}