summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-11-28 15:21:25 +0100
committerGitHub <noreply@github.com>2018-11-28 15:21:25 +0100
commitff39261d56548a0d16f45b0f7e3378e6e6014099 (patch)
treedd116097239cbdba0b947842dfc98b466317ddd8
parentfedd0f8b9d87dd58c339c72fbd12e75cd9baa40c (diff)
parent7d8a80279e8d0989e6ef7ce582295c9338360a4e (diff)
Merge pull request #1309 from nextcloud/fix-appearance-of-message-list-in-public-share-authentication-page
Fix appearance of message list in public share authentication page
-rw-r--r--css/publicshareauth.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/publicshareauth.scss b/css/publicshareauth.scss
index ef16ef88c..f077f3fc1 100644
--- a/css/publicshareauth.scss
+++ b/css/publicshareauth.scss
@@ -201,6 +201,20 @@ input#request-password-button:disabled ~ .icon {
padding-right: 15px;
}
+#talk-sidebar #commentsTabView .comments .wrapper-background,
+#talk-sidebar #commentsTabView .comments .wrapper {
+ /* Padding is not respected in the comment wrapper due to its absolute
+ * positioning, so it must be set through its position. */
+ left: 15px;
+ right: 15px;
+}
+
+#talk-sidebar #commentsTabView .comments .wrapper {
+ /* Reset the rules set for ".wrapper" elements by "guest.scss" in server, as
+ * they affect too the virtual list wrapper when they should not. */
+ width: auto;
+ margin-top: 0;
+}
/* Unset conflicting rules from guest.css for the sidebar */