Rotate part/quit icon
This commit is contained in:
parent
3b55229462
commit
3420e9b80b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user