Skip to content

Commit

Permalink
Merge pull request #1152 from nextcloud/fix-add-button-when-chat-is-s…
Browse files Browse the repository at this point in the history
…hown-in-sidebar

Fix "Add" button when chat is shown in sidebar
  • Loading branch information
nickvergessen authored Aug 24, 2018
2 parents 4e8debc + 1fc1253 commit 68713ac
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 68713ac

Please sign in to comment.