1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Add notification excerpts to help distinguish posts

This commit is contained in:
Toby Zerner
2015-08-21 09:54:41 +09:30
parent 4e8f69a18c
commit 52bf8b3c1c
2 changed files with 20 additions and 0 deletions

View File

@@ -114,3 +114,11 @@
font-weight: bold;
}
}
.Notification-excerpt {
color: @muted-more-color;
font-size: 12px;
margin-top: 5px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}