fix log
This commit is contained in:
parent
8d2ca774d0
commit
1233eba3e8
|
@ -224,7 +224,7 @@ export default Ember.Component.extend({
|
|||
},
|
||||
|
||||
toggleLog() {
|
||||
this.toggleProperty('ligIsVisible');
|
||||
this.toggleProperty('logIsVisible');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.log
|
||||
position: relative
|
||||
margin-top: 35px
|
||||
|
@ -78,7 +77,7 @@
|
|||
text-align: right
|
||||
background-color: $log-header-bg
|
||||
@extend %border-top-4px
|
||||
|
||||
|
||||
@media #{$small-only}
|
||||
display: flex
|
||||
a
|
||||
|
|
Loading…
Reference in New Issue
Block a user