From be010b8ac0ac8411115cf4deb3af5eb107245b76 Mon Sep 17 00:00:00 2001 From: MathuraMG Date: Fri, 12 Aug 2016 14:19:23 -0400 Subject: [PATCH] switch div to sections --- client/modules/IDE/components/Editor.js | 6 +++--- client/modules/IDE/components/Preferences.js | 2 +- client/modules/IDE/components/PreviewFrame.js | 20 +++++++++---------- client/modules/IDE/components/Toolbar.js | 4 ++-- client/styles/abstracts/_placeholders.scss | 1 + client/styles/components/_preferences.scss | 2 +- static/intercept-p5.js | 5 +---- 7 files changed, 19 insertions(+), 21 deletions(-) diff --git a/client/modules/IDE/components/Editor.js b/client/modules/IDE/components/Editor.js index 640761f8..d8829736 100644 --- a/client/modules/IDE/components/Editor.js +++ b/client/modules/IDE/components/Editor.js @@ -99,14 +99,14 @@ class Editor extends React.Component { render() { return ( -
-
+
+
-
+ ); } } diff --git a/client/modules/IDE/components/Preferences.js b/client/modules/IDE/components/Preferences.js index c1102629..59f13c0a 100644 --- a/client/modules/IDE/components/Preferences.js +++ b/client/modules/IDE/components/Preferences.js @@ -154,7 +154,7 @@ class Preferences extends React.Component { >Off
-
+

Lint Warning Sound