Skip to content

Commit

Permalink
Made Control Panel tab visible on mobile
Browse files Browse the repository at this point in the history
Issue: #59
  • Loading branch information
alexanderqchen committed Oct 10, 2018
1 parent 0c8a9a2 commit 2f0b117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ControlPanel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@
padding: 5px 0px;
}
}
@media (max-width: 700px) {
margin-left: 0px;
margin-top: 30px;
}
}
1 change: 1 addition & 0 deletions src/components/Topbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default class Topbar extends React.Component {
<NavLink to="/events" activeClassName="selected"><NavigationItem icon="fa-calendar" text="Events" /></NavLink>
<NavLink to="/leaderboard" activeClassName="selected"><NavigationItem icon="fa-list" text="Members" /></NavLink>
<NavLink to="/resources" activeClassName="selected"> <NavigationItem icon="fa-building-o" text="Organization" /></NavLink>
<NavLink to="/controlpanel" activeClassName="selected"> <NavigationItem icon="fa-gamepad fa-2x" text="Control Panel" /></NavLink>
</div>
}
</div>
Expand Down

0 comments on commit 2f0b117

Please sign in to comment.