From b130a32eaccb6f46ad90eb252291b8376435fb60 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 16 Jun 2016 22:20:43 +0500 Subject: Multiple UI fixes (#3357) * Multiple UI fixes * Removing utils from tutorial file --- .../components/tutorial/tutorial_intro_screens.jsx | 57 ++++++++++------------ 1 file changed, 25 insertions(+), 32 deletions(-) (limited to 'webapp/components/tutorial/tutorial_intro_screens.jsx') diff --git a/webapp/components/tutorial/tutorial_intro_screens.jsx b/webapp/components/tutorial/tutorial_intro_screens.jsx index 277ff967f..af1ac4760 100644 --- a/webapp/components/tutorial/tutorial_intro_screens.jsx +++ b/webapp/components/tutorial/tutorial_intro_screens.jsx @@ -4,7 +4,6 @@ import UserStore from 'stores/user_store.jsx'; import TeamStore from 'stores/team_store.jsx'; import PreferenceStore from 'stores/preference_store.jsx'; -import * as Utils from 'utils/utils.jsx'; import * as AsyncClient from 'utils/async_client.jsx'; import * as GlobalActions from 'actions/global_actions.jsx'; @@ -218,40 +217,34 @@ export default class TutorialIntroScreens extends React.Component { ); } render() { - const height = Utils.windowHeight() - 100; const screen = this.createScreen(); return ( -
-
-
-
- {screen} -
- - - - -
+
+
+
+ {screen} +
+ + + +
-- cgit v1.2.3-1-g7c22