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",
|
templateName : "small-frame",
|
||||||
|
|
||||||
events : {
|
events : {
|
||||||
"click .fav" : "favoritePost",
|
"click .content" : "goToPost",
|
||||||
"click .content" : "goToPost"
|
"click .fav" : "goToPost"
|
||||||
},
|
},
|
||||||
|
|
||||||
presenter : function(){
|
presenter : function(){
|
||||||
|
|
|
||||||
|
|
@ -216,7 +216,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.day:not(.sticky-note),
|
&.day:not(.sticky-note),
|
||||||
&.has-text:not(.sticky-note),
|
&.has-text:not(.sticky-note):not(.wallpaper),
|
||||||
&.night:not(.sticky-note),
|
&.night:not(.sticky-note),
|
||||||
&.multi-photo:not(.sticky-note) {
|
&.multi-photo:not(.sticky-note) {
|
||||||
.text-content {
|
.text-content {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<a href="#" class="fav {{#if favorite}}faved{{/if}}"></a>
|
<span href="#" class="fav {{#if favorite}}faved{{/if}}"></span>
|
||||||
|
|
||||||
{{#if photos}}
|
{{#if photos}}
|
||||||
<div class="image-container">
|
<div class="image-container">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue