Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
trying to work on #292 but f, I am rusty
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornmeansbear committed Jan 10, 2019
1 parent 3008c5d commit a983869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/me.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = AmpersandModel.extend
type: 'string'
default: -> Cookies.get('token')
failedLogins: ['number', true, 0]
fetchingMe: ['boolean', true, false]
fetchingMe: ['bool', true, false]
getProjectsOnLogin: ['bool', true, true]
fetchedProjects: ['bool', true, false]
showroom: 'object'
Expand Down
4 changes: 3 additions & 1 deletion styles/detail.less
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,16 @@
}

.toggle-far,
.toggle-reverse,
.toggle-notes.with-color {
left: 50%;
width: 150px;
margin-left: 7px;
}

.toggle-colors.with-far,
.toggle-colors.with-notes {
.toggle-colors.with-notes,
.toggle-colors.with-reverse {
left: initial;
right: 50%;
margin-left: 0;
Expand Down

0 comments on commit a983869

Please sign in to comment.