Merge pull request #657 from thelounge/astorije/fix-icons

Fix title icons for channels and channel lists
This commit is contained in:
Pavel Djundik 2016-09-30 20:52:22 +03:00 committed by GitHub
commit 52a0552bc4
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ button {
#chat .channel .title:before { content: "\f0f6"; /* http://fontawesome.io/icon/file-text-o/ */ }
#sidebar .chan.special:before,
#chat .channel .title:before { content: "\f03a"; /* http://fontawesome.io/icon/list/ */ }
#chat .special .title:before { content: "\f03a"; /* http://fontawesome.io/icon/list/ */ }
#footer .sign-in:before { content: "\f023"; /* http://fontawesome.io/icon/lock/ */ }
#footer .connect:before { content: "\f067"; /* http://fontawesome.io/icon/plus/ */ }