summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/comments.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/css/comments.scss b/css/comments.scss
index 94f90d4c0..3ecaafd38 100644
--- a/css/comments.scss
+++ b/css/comments.scss
@@ -106,23 +106,19 @@
display: inline-block;
}
-#activityTabView li.comment.collapsed .activitymessage,
#chatView .comment.collapsed .message {
white-space: pre-wrap;
}
-#activityTabView li.comment.collapsed .activitymessage,
#chatView .comment.collapsed .message {
max-height: 70px;
overflow: hidden;
}
-#activityTabView li.comment .message-overlay,
#chatView .comment .message-overlay {
display: none;
}
-#activityTabView li.comment.collapsed .message-overlay,
#chatView .comment.collapsed .message-overlay {
display: block;
position: absolute;
@@ -232,10 +228,6 @@ body:not(#body-public) #chatView .comment .authorRow:not(.currentUser):not(.gues
box-shadow: 0 0 6px #f8b9b7;
}
-.app-files .action-comment {
- padding: 16px 14px;
-}
-
#chatView .comment.grouped .authorRow {
display: none;
}