fix log
This commit is contained in:
parent
8d2ca774d0
commit
1233eba3e8
|
@ -224,7 +224,7 @@ export default Ember.Component.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleLog() {
|
toggleLog() {
|
||||||
this.toggleProperty('ligIsVisible');
|
this.toggleProperty('logIsVisible');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
.log
|
.log
|
||||||
position: relative
|
position: relative
|
||||||
margin-top: 35px
|
margin-top: 35px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user