Fix CSS on profile page
This commit is contained in:
parent
681622b58c
commit
76f4ac758c
|
@ -2,7 +2,7 @@ Travis.reopen
|
||||||
ProfileView: Travis.View.extend
|
ProfileView: Travis.View.extend
|
||||||
templateName: 'profile/show'
|
templateName: 'profile/show'
|
||||||
layoutName: 'layouts/profile'
|
layoutName: 'layouts/profile'
|
||||||
classNames: ['application']
|
classNames: ['profile-view']
|
||||||
accountBinding: 'controller.account'
|
accountBinding: 'controller.account'
|
||||||
subscribedBinding: 'account.subscribed'
|
subscribedBinding: 'account.subscribed'
|
||||||
educationBinding: 'account.education'
|
educationBinding: 'account.education'
|
||||||
|
|
|
@ -20,7 +20,7 @@ html, body
|
||||||
body > div:first-child
|
body > div:first-child
|
||||||
min-height: 100vh
|
min-height: 100vh
|
||||||
|
|
||||||
.main
|
.main, .profile-view
|
||||||
position: relative
|
position: relative
|
||||||
width: 100%
|
width: 100%
|
||||||
min-height: 100vh
|
min-height: 100vh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user