diff --git a/src/public/app.html b/src/public/app.html
index dad5f9fc032da..ef7c4593b7d3f 100644
--- a/src/public/app.html
+++ b/src/public/app.html
@@ -67,8 +67,6 @@
Enter your server URL
-
-
diff --git a/src/stylesheets/main.less b/src/stylesheets/main.less
index a7426a2394b16..d52187f7f006f 100755
--- a/src/stylesheets/main.less
+++ b/src/stylesheets/main.less
@@ -310,34 +310,14 @@ input[type='password'] {
.landing-page {
left: 0;
}
-
- .drag-region.left-nav {
- left: 0;
- }
}
.drag-region {
position: absolute;
-webkit-app-region: drag;
- &.left-nav {
- @media(max-width: 860px) {
- width: 20px;
- }
-
- width: 260px;
- height: 100%;
- left: 80px;
- }
-
- &.right-nav {
- width: 40px;
- height: 100%;
- right: 0;
- }
-
&.top-bar {
- height: 20px;
+ height: 22px;
width: 100%;
}
}