Skip to content

Commit

Permalink
Properly position dashboard icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ishunko authored and nkissebe committed Feb 8, 2023
1 parent e375ba9 commit c7d9fd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/plugins/members/dashboard/assets/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@
}
.module-links a:before {
position: absolute;
top: 5px;
left: 15px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Fontcons';
}
.module-links .remove.confirm,
Expand Down

0 comments on commit c7d9fd4

Please sign in to comment.