Merge pull request #2205 from thelounge/xpaw/fa5-join

Fix join and part icons
This commit is contained in:
Pavel Djundik 2018-03-12 17:45:12 +02:00 committed by GitHub
commit be69f88ef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,7 +347,7 @@ kbd {
#chat .part .from::before,
#chat .quit .from::before {
content: "\f08b"; /* http://fontawesome.io/icon/sign-out/ */
content: "\f2f5"; /* https://fontawesome.com/icons/sign-out-alt?style=solid */
color: #ff4136;
display: inline-block;
-webkit-transform: rotate(180deg);
@ -380,7 +380,7 @@ kbd {
}
#chat .join .from::before {
content: "\f090"; /* http://fontawesome.io/icon/sign-in/ */
content: "\f2f6"; /* https://fontawesome.com/icons/sign-in-alt?style=solid */
color: #2ecc40;
}