Skip to content

Commit

Permalink
Merge 2f10ee0 into 8c5f00a
Browse files Browse the repository at this point in the history
  • Loading branch information
Rineee committed Mar 26, 2021
2 parents 8c5f00a + 2f10ee0 commit adcccdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions adhocracy-plus/assets/scss/components/_dashboard_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
}

i.fa-chevron-up {
position: absolute;
top: $spacer;
right: $spacer;
transition: transform 0.3s;
Expand Down
5 changes: 5 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ module.exports = {
'adhocracy4/adhocracy4/categories/assets/select_dropdown_init.js'
],
dependOn: 'adhocracy4'
},
moderation_projects: {
import: [
'./apps/userdashboard/assets/js/a4_candy_userdashboard/react_moderation_projects.jsx'
]
}
},
output: {
Expand Down

0 comments on commit adcccdd

Please sign in to comment.