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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user