summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/comments.scss2
-rw-r--r--css/publicshareauth.scss14
2 files changed, 15 insertions, 1 deletions
diff --git a/css/comments.scss b/css/comments.scss
index 4cc5ce955..716960a47 100644
--- a/css/comments.scss
+++ b/css/comments.scss
@@ -292,7 +292,7 @@ body:not(#body-public) #commentsTabView .comment .authorRow:not(.currentUser):no
width: 16px;
vertical-align: middle;
padding: 1px;
- margin-top: -2px;
+ margin-top: -4px;
margin-left: 0;
margin-right: 2px;
}
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 */