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>
|
||||
<ul>
|
||||
<li>
|
||||
{{$ctrl.env}}
|
||||
</li>
|
||||
<li>
|
||||
<span ng-class="{alert: $root.$$watchersCount > 500}">{{$root.$$watchersCount}}</span> watchers
|
||||
</li>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue