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
|
Route = TravisRoute.extend
|
||||||
setupController: ->
|
setupController: ->
|
||||||
$('body').attr('id', 'home')
|
$('body').attr('id', 'simple')
|
||||||
toActivate = if @signedIn() then 'owned' else 'recent'
|
toActivate = if @signedIn() then 'owned' else 'recent'
|
||||||
@container.lookup('controller:repos').activate(toActivate)
|
@container.lookup('controller:repos').activate(toActivate)
|
||||||
@_super.apply(this, arguments)
|
@_super.apply(this, arguments)
|
||||||
|
|
|
@ -36,7 +36,7 @@ body > div:first-child
|
||||||
height: 55px
|
height: 55px
|
||||||
z-index: 1000
|
z-index: 1000
|
||||||
|
|
||||||
#auth, #not-found
|
#auth, #not-found, #simple
|
||||||
#top
|
#top
|
||||||
top: 0
|
top: 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user