From 3420e9b80b7aec0ad70792b291c6299c85a82858 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Tue, 26 Jan 2016 16:49:41 -0800 Subject: [PATCH] Rotate part/quit icon --- client/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 8f226496..5a283571 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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;