diff --git a/app/assets/javascripts/app/views/small_frame.js b/app/assets/javascripts/app/views/small_frame.js index ed2f4a19d..5105f7710 100644 --- a/app/assets/javascripts/app/views/small_frame.js +++ b/app/assets/javascripts/app/views/small_frame.js @@ -5,8 +5,8 @@ app.views.SmallFrame = app.views.Base.extend({ templateName : "small-frame", events : { - "click .fav" : "favoritePost", - "click .content" : "goToPost" + "click .content" : "goToPost", + "click .fav" : "goToPost" }, presenter : function(){ diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index 81be78793..ab58f4dad 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -216,7 +216,7 @@ body { } &.day:not(.sticky-note), - &.has-text:not(.sticky-note), + &.has-text:not(.sticky-note):not(.wallpaper), &.night:not(.sticky-note), &.multi-photo:not(.sticky-note) { .text-content { diff --git a/app/assets/templates/small-frame.jst.hbs b/app/assets/templates/small-frame.jst.hbs index b90ced0ac..61117ce6f 100644 --- a/app/assets/templates/small-frame.jst.hbs +++ b/app/assets/templates/small-frame.jst.hbs @@ -1,6 +1,6 @@