Skip to content

Commit

Permalink
Merge pull request #878 from SoftwareEngineeringDaily/style/redesign-…
Browse files Browse the repository at this point in the history
…profile

style(): redesign public and user profile
  • Loading branch information
sterlingrules authored Jun 12, 2020
2 parents f3be380 + 3f6c87e commit a971e91
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 589 deletions.
7 changes: 5 additions & 2 deletions src/components/layout/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
<b-dropdown-item to="/bookmarks">
Bookmarks
</b-dropdown-item>
<b-dropdown-item v-if="isLoggedIn" to="/settings">
Settings
</b-dropdown-item>
<b-dropdown-item @click.prevent="logoutHandler">
Logout
</b-dropdown-item>
Expand Down Expand Up @@ -215,7 +218,7 @@ export default {
.button-submit
min-width auto
margin-left 15px
margin-left 10px
font-weight 700
.fa-rss
Expand Down Expand Up @@ -327,7 +330,7 @@ export default {
.register
display flex
align-items center
margin-left 5px
margin-left 10px
.logo-img
max-height 30px
Expand Down
2 changes: 1 addition & 1 deletion src/components/profile/ActivityHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<style lang="stylus" scoped>
.activity-header
position relative
padding-bottom 0.8rem
font-size 20px
padding 2rem 0 0.8rem
font-weight 600
</style>
Loading

0 comments on commit a971e91

Please sign in to comment.