From 1233eba3e860a9e521c941c500b08ed95ab2d877 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Tue, 5 Jan 2016 14:44:27 +0100 Subject: [PATCH] fix log --- app/components/log-content.js | 2 +- app/styles/app/main/log.sass | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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