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
1 changed files with 3 additions and 1 deletions

View File

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