diff --git a/.npmrc b/.npmrc
new file mode 100644
index 0000000..b6f27f1
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+engine-strict=true
diff --git a/app/index.html b/app/index.html
index 54d3982..71b5316 100644
--- a/app/index.html
+++ b/app/index.html
@@ -1,181 +1,197 @@
-
-
-
- MQTT Explorer
-
-
-
+
-
-
-
-
- <% _.forEach(htmlWebpackPlugin.files.js, function(file) { %>
+ .Resizer.vertical:hover {
+ border-left: 0px solid rgba(130, 130, 130, 0.3);
+ border-right: 8px solid rgba(140, 140, 140, 0.3);
+ }
+
+ .Resizer.disabled {
+ cursor: not-allowed;
+ }
+
+ .Resizer.disabled:hover {
+ border-color: transparent;
+ }
+
+ .example-enter {
+ opacity: 0;
+ }
+
+ .example-enter-active {
+ opacity: 1;
+ transition: opacity 300ms ease-in;
+ }
+
+ .example-exit {
+ opacity: 1;
+ }
+
+ .example-exit-active {
+ opacity: 0;
+ transition: opacity 300ms ease-in;
+ }
+
+
+
+
+
+
+
+ <% _.forEach(htmlWebpackPlugin.files.js, function(file) { %>
<% }); %>
-
-
+