mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Fix title icons for channels and channel lists
This bug slipped when adding `/list` support in #258.
This commit is contained in:
parent
28b5fdb8ce
commit
f2c4d08801
1 changed files with 1 additions and 1 deletions
|
@ -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/ */ }
|
||||
|
|
Loading…
Reference in a new issue