made dev debug info window less nav intrusive

This commit is contained in:
Carlos Jimenez Ruiz 2021-05-18 13:20:08 +02:00
parent ea1ff3e5fa
commit bf05296b84
2 changed files with 5 additions and 8 deletions

View File

@ -1,8 +1,5 @@
<h6>Debug info</h6>
<ul>
<li>
{{$ctrl.env}}
</li>
<li>
<span ng-class="{alert: $root.$$watchersCount > 500}">{{$root.$$watchersCount}}</span> watchers
</li>

View File

@ -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;