diff --git a/app/components/log-content.js b/app/components/log-content.js index c557734d..0fd30781 100644 --- a/app/components/log-content.js +++ b/app/components/log-content.js @@ -224,7 +224,7 @@ export default Ember.Component.extend({ }, toggleLog() { - this.toggleProperty('ligIsVisible'); + this.toggleProperty('logIsVisible'); } }, diff --git a/app/styles/app/main/log.sass b/app/styles/app/main/log.sass index a3acd167..f20172ab 100644 --- a/app/styles/app/main/log.sass +++ b/app/styles/app/main/log.sass @@ -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