diff --git a/front/core/components/debug-info/index.html b/front/core/components/debug-info/index.html
index 1ce9e6b08..93bd83a83 100644
--- a/front/core/components/debug-info/index.html
+++ b/front/core/components/debug-info/index.html
@@ -1,8 +1,5 @@
Debug info
- -
- {{$ctrl.env}}
-
-
{{$root.$$watchersCount}} watchers
diff --git a/front/core/components/debug-info/style.scss b/front/core/components/debug-info/style.scss
index 290b84890..1c366b23f 100644
--- a/front/core/components/debug-info/style.scss
+++ b/front/core/components/debug-info/style.scss
@@ -2,10 +2,10 @@
.vn-debug-info {
position: fixed;
- bottom: 16px;
- left: 16px;
- padding: 16px;
- min-width: 128px;
+ top: 3px;
+ left: 300px;
+ padding: 5px;
+ min-width: 100px;
background-color: #3f51b5;
color: $color-font-dark;
border-radius: 4px;
@@ -15,7 +15,7 @@
&.right {
left: auto;
- right: 16px;
+ right: 160px;
}
& > h6 {
font-weight: normal;