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:
Diffstat (limited to 'css/style.scss')
-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.