-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the timestamp after the message
- Loading branch information
Danny Yan
committed
May 7, 2015
1 parent
ceffdbe
commit 6ef50a6
Showing
2 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
p.toc-message { | ||
white-space: initial; | ||
overflow: initial; | ||
text-overflow: initial; | ||
&.toc-unread-message { | ||
font-weight: bold; | ||
} | ||
} | ||
|
||
p.toc-message-content { | ||
white-space: normal; | ||
overflow: initial; | ||
text-overflow: initial; | ||
padding: 0px; | ||
|
||
} | ||
|
||
p.toc-message-timestamp { | ||
padding: 0px; | ||
text-align: right; | ||
} |