Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1075 from metasfresh/dev-1061
Browse files Browse the repository at this point in the history
Larger Avatar Menu Photo #1061 & Avatar Foto stretches when not Square #1062
  • Loading branch information
cadavre authored Jul 25, 2017
2 parents 425f477 + 4e688c1 commit 7575755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,9 @@ td.pulse-off input {
}

.avatar {
width: 35px;
height: 35px;
width: 46px;
height: 46px;
object-fit: cover;
}

.avatar-sm {
Expand All @@ -1201,7 +1202,8 @@ td.pulse-off input {
.avatar-container {
width: 100%;
height: 100%;
padding-top: 8px;
padding-top: 2px;
margin: 0 8px;
}

.meta-text-primary {
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/UserDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class UserDropdown extends Component {
return (
<div
className={
'header-item-container header-item-container-static ' +
'header-item-container ' +
'pointer user-dropdown-container tooltip-parent ' +
(open ? 'header-item-open ' : '')
}
Expand Down

0 comments on commit 7575755

Please sign in to comment.