Fix CSS on profile page

This commit is contained in:
Piotr Sarnacki 2015-01-15 16:39:13 +01:00
parent 681622b58c
commit 76f4ac758c
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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