Rotate part/quit icon

This commit is contained in:
Max Leiter 2016-01-26 16:49:41 -08:00
parent 3b55229462
commit 3420e9b80b

View file

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