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
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/publicshareauth.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/publicshareauth.scss b/css/publicshareauth.scss
index 9824459af..2e5cee455 100644
--- a/css/publicshareauth.scss
+++ b/css/publicshareauth.scss
@@ -216,6 +216,12 @@ input#request-password-button:disabled ~ .icon {
margin-top: 0;
}
+#talk-sidebar #chatView .comments .message {
+ /* The messages are left padded, but they also use "width: calc(100%...", so
+ * the padding should be included in the full width of the element. */
+ box-sizing: border-box;
+}
+
#talk-sidebar #chatView .newCommentForm.with-add-button {
/* Make room to show the "Add" button if needed. */
margin-right: 44px;