don't randomly fav things; fix wallpaper text on profile [ci skip]
This commit is contained in:
parent
a659b4daf8
commit
44f28b8220
3 changed files with 4 additions and 4 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="content">
|
||||
|
||||
<a href="#" class="fav {{#if favorite}}faved{{/if}}"></a>
|
||||
<span href="#" class="fav {{#if favorite}}faved{{/if}}"></span>
|
||||
|
||||
{{#if photos}}
|
||||
<div class="image-container">
|
||||
|
|
|
|||
Loading…
Reference in a new issue