Skip to content

Commit

Permalink
Clicking the left part of a conversation with the avatars now opens i…
Browse files Browse the repository at this point in the history
…t in Web UI
  • Loading branch information
ariasuni committed Mar 29, 2020
1 parent 847261c commit efa5798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Conversation extends ImmutablePureComponent {
return (
<HotKeys handlers={handlers}>
<div className={classNames('conversation focusable muted', { 'conversation--unread': unread })} tabIndex='0'>
<div className='conversation__avatar'>
<div className='conversation__avatar' onClick={this.handleClick} role='presentation'>
<AvatarComposite accounts={accounts} size={48} />
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,6 @@
border-radius: 50%;
overflow: hidden;
position: relative;
cursor: default;

& > div {
float: left;
Expand Down Expand Up @@ -6570,6 +6569,7 @@ noscript {
padding: 10px;
padding-top: 12px;
position: relative;
cursor: pointer;
}

&__unread {
Expand Down

0 comments on commit efa5798

Please sign in to comment.