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>2019-04-10 10:15:18 +0300
committerGitHub <noreply@github.com>2019-04-10 10:15:18 +0300
commit9ae63abc09729a4c5564a25552bdb8cd2e0b3dd3 (patch)
tree7e6ec8126480219345fee95e79c68cb49b77852e /css/publicshareauth.scss
parent46f1aa04d14c5afb5063234e6b7e1ce103721e4e (diff)
parent2c78011e58cee2019adf1ed8500a83ca6503a0ad (diff)
Merge pull request #1697 from nextcloud/fix-misplaced-chat-view-in-public-share-auth-page
Fix misplaced chat view in public share auth page
Diffstat (limited to 'css/publicshareauth.scss')
-rw-r--r--css/publicshareauth.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/publicshareauth.scss b/css/publicshareauth.scss
index bc9e9f2e3..9824459af 100644
--- a/css/publicshareauth.scss
+++ b/css/publicshareauth.scss
@@ -216,6 +216,10 @@ input#request-password-button:disabled ~ .icon {
margin-top: 0;
}
+#talk-sidebar #chatView .newCommentForm.with-add-button {
+ /* Make room to show the "Add" button if needed. */
+ margin-right: 44px;
+}
/* Unset conflicting rules from guest.css for the sidebar */
#talk-sidebar {