made dev debug info window less nav intrusive
This commit is contained in:
parent
ea1ff3e5fa
commit
bf05296b84
|
@ -1,8 +1,5 @@
|
||||||
<h6>Debug info</h6>
|
<h6>Debug info</h6>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
{{$ctrl.env}}
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<span ng-class="{alert: $root.$$watchersCount > 500}">{{$root.$$watchersCount}}</span> watchers
|
<span ng-class="{alert: $root.$$watchersCount > 500}">{{$root.$$watchersCount}}</span> watchers
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
.vn-debug-info {
|
.vn-debug-info {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 16px;
|
top: 3px;
|
||||||
left: 16px;
|
left: 300px;
|
||||||
padding: 16px;
|
padding: 5px;
|
||||||
min-width: 128px;
|
min-width: 100px;
|
||||||
background-color: #3f51b5;
|
background-color: #3f51b5;
|
||||||
color: $color-font-dark;
|
color: $color-font-dark;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
&.right {
|
&.right {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 16px;
|
right: 160px;
|
||||||
}
|
}
|
||||||
& > h6 {
|
& > h6 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in New Issue