Skip to content

Commit

Permalink
Fix "Add" button when chat is shown in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
  • Loading branch information
danxuliu committed Aug 24, 2018
1 parent 4e8debc commit 1fc1253
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,11 @@ video {
padding-right: 15px;
}

#app-sidebar #commentsTabView .newCommentForm {
/* Make room to show the "Add" button when chat is shown in the sidebar. */
margin-right: 44px;
}

/**
* Limiting the scroll bar in the sidebar to the list of chat messages causes
* the scroll bar to be removed from the whole sidebar in other tabs too.
Expand Down

0 comments on commit 1fc1253

Please sign in to comment.