Skip to content

Commit 26369b3

Browse files
committed
Issues-533:Added Post Count/Comment Count
1 parent 63f336e commit 26369b3

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/base/_messageList.scss

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,30 @@
222222
}
223223
}
224224

225+
.Item.ItemDiscussion, .Item.ItemComment {
226+
.Item-Header {
227+
@media screen and (min-width: 768px) {
228+
.MItem.AuthorProfileStats {
229+
padding-right: 0px;
230+
margin-right: 0px;
231+
}
232+
233+
.MItem.DateCreated {
234+
235+
padding-left: 0px;
236+
margin-left: 0px;
237+
238+
&::before {
239+
content: ' | ';
240+
font-family: $global-body_fontFamily;
241+
font-size: 12px;
242+
}
243+
}
244+
}
245+
}
246+
}
247+
248+
225249
.Message.userContent {
226250
a {
227251
color: $global-blue;

0 commit comments

Comments
 (0)