1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +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 36d03054bf
commit 7664c0a94a
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;
}