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

Commit

Permalink
re-alligned buttons at the top of the messages list
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJordens committed May 11, 2017
1 parent 416b7c2 commit c959b27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/css/components/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

.messages-top-buttons {
display: flex;
justify-content: center;
justify-content: flex-start;
color: white;
margin-bottom: 60px;
.messages-top-buttons-spacer {
Expand Down
1 change: 0 additions & 1 deletion src/app/js/components/messages/MessagesView.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ class TopButtons extends Component {
const { frozen, resumeAutoScroll, showMoreMessages } = this.props
return (
<div className={`${ frozen ? '' : 'hidden' } messages-top-buttons`}>
<span>Autoscroll paused</span>
<span
className="messages-top-buttons-button"
onClick={resumeAutoScroll}
Expand Down

0 comments on commit c959b27

Please sign in to comment.