Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-08-25 01:26:39 +0300
committerGitHub <noreply@github.com>2018-08-25 01:26:39 +0300
commit68713ac4400b980fe83cef9df90611aae9713697 (patch)
tree827a65215246bd784f3195e07eb6f3d5b73675d6
parent4e8debcb0a6a2441a7f5d3d180a14933931da6d2 (diff)
parent1fc1253306ffc5d113a83200ca48b4695c1db055 (diff)
Merge pull request #1152 from nextcloud/fix-add-button-when-chat-is-shown-in-sidebarv3.99.11
Fix "Add" button when chat is shown in sidebar
-rw-r--r--css/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index b98856181..b77c0aab5 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -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.