Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Add more space around "Login" button (#511)
Browse files Browse the repository at this point in the history
- Added margin-right for the "Login" button.
- Fixed the responsiveness of the search input.
  • Loading branch information
voidxnull committed Jul 10, 2016
1 parent 225316e commit d16463c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const AuthBlock = ({ current_user, is_logged_in }) => {

return (
<div className="header__toolbar">
<div className="header__toolbar_item">
<div className="header__toolbar_item header__toolbar_item-right_space">
<Link className="header__toolbar_item" to="/auth">Login</Link>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions src/less/blocks/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
background: none;
border: none;
margin: 0 @space 0;

@media @before-normal {
width: 160px;
}

@media @before-small {
width: 100%;
}
}

.search__icon {
Expand Down

0 comments on commit d16463c

Please sign in to comment.