2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

add a custom user onebox (#5542)

* add custom user onebox

* add specs
This commit is contained in:
Maja Komel 2018-01-30 11:03:08 +01:00 committed by Régis Hanol
parent 95e0aa059c
commit 018cb7f36b
5 changed files with 82 additions and 1 deletions

View file

@ -212,6 +212,16 @@ aside.onebox {
}
}
&.user-onebox {
.fa {
margin-right: 5px;
}
.full-name,
.location {
margin-right: 10px;
}
}
}
}