Merge pull request #617 from MaxLeiter/master

Rotate part/quit icon
This commit is contained in:
Jérémie Astori 2016-01-27 13:34:31 -05:00
commit 30b8a419cd

View file

@ -678,9 +678,11 @@ button, .user {
}
#chat .part .from:before,
#chat .quit .from:before {
font-family: FontAwesome;
font-family: FontAwesome;
content: "\f08b";
color: #FF4136;
display: inline-block;
transform: rotate(180deg);
}
#chat .topic .from:before {
font-family: FontAwesome;