1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Added user online indicator to post

This commit is contained in:
Peter Mein
2015-12-16 13:43:46 +01:00
parent 79c1fdf5db
commit 2e110b6ccb
3 changed files with 24 additions and 0 deletions

View File

@@ -49,6 +49,16 @@
font-size: 14px;
}
.UserOnline {
& .icon {
font-size: 12px;
}
& .fa-circle {
color: @online-user-circle-color;
}
}
.UserCard {
position: absolute;
top: -10px;