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

Fix user online icon spacing

This commit is contained in:
Toby Zerner
2017-07-22 16:10:08 +09:30
parent 7ec92813e3
commit 57f828b3f7
3 changed files with 6 additions and 5 deletions

View File

@@ -50,10 +50,11 @@
}
.UserOnline {
margin-right: 5px;
& .icon {
font-size: 12px;
}
& .fa-circle {
color: @online-user-circle-color;
}