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

Commit

Permalink
Merge pull request #962 from Lokiedu/issue/949
Browse files Browse the repository at this point in the history
Overall mobile / desktop look and feel adjustments (#949)
  • Loading branch information
Artem Kravchenko authored Dec 5, 2017
2 parents cf7b416 + 5acb564 commit 446da30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/auth-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ import Avatar from './user/avatar';

const menuItems = username => ([
{ key: 'profile',
node: <Link to={getUrl(URL_NAMES.USER, { username })}>My profile</Link> },
node: <Link to={getUrl(URL_NAMES.USER, { username })}>My Profile</Link> },
{ key: 'settings',
node: <Link to={getUrl(URL_NAMES.SETTINGS)}>Profile settings</Link> },
node: <Link to={getUrl(URL_NAMES.SETTINGS)}>Profile Settings</Link> },
{ key: 'logout',
node: (
<form action={`${API_HOST}/api/v1/logout`} method="post">
<button
className="button button-transparent button-wide button-caption_left"
type="submit"
>Log out</button>
>Log Out</button>
</form>
) }
]);
Expand Down
4 changes: 4 additions & 0 deletions src/less/blocks/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
text-overflow: ellipsis;
background-color: #fff;
color: #000;

&:only-child {
padding-left: 17px;
}
}

.breadcrumbs__avatar {
Expand Down

0 comments on commit 446da30

Please sign in to comment.