Fix topbar on first sync page
This commit is contained in:
parent
83bbb1d87f
commit
19c3b6f455
|
@ -4,7 +4,7 @@ TravisRoute = Travis.Route
|
|||
|
||||
Route = TravisRoute.extend
|
||||
setupController: ->
|
||||
$('body').attr('id', 'home')
|
||||
$('body').attr('id', 'simple')
|
||||
toActivate = if @signedIn() then 'owned' else 'recent'
|
||||
@container.lookup('controller:repos').activate(toActivate)
|
||||
@_super.apply(this, arguments)
|
||||
|
|
|
@ -36,7 +36,7 @@ body > div:first-child
|
|||
height: 55px
|
||||
z-index: 1000
|
||||
|
||||
#auth, #not-found
|
||||
#auth, #not-found, #simple
|
||||
#top
|
||||
top: 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user