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

Show badges in notifications

This commit is contained in:
Toby Zerner
2015-06-26 12:09:28 +09:30
parent fa094102d6
commit 1e592f544d
2 changed files with 24 additions and 4 deletions

View File

@@ -84,6 +84,18 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
& .badges {
margin-left: -2px;
margin-right: 18px;
vertical-align: 1px;
& .badge {
margin-right: -13px;
position: relative;
.badge-size(21px);
}
}
}
.notification-group-list {
list-style: none;