mirror of https://github.com/calzoneman/sync.git
Change userlist toggle chevron to point down in the channel jade because it's default state is open.
This commit is contained in:
parent
6eed208527
commit
e3dcbabc96
|
@ -38,7 +38,7 @@ html(lang="en")
|
||||||
#main.row
|
#main.row
|
||||||
#chatwrap.col-lg-5.col-md-5
|
#chatwrap.col-lg-5.col-md-5
|
||||||
#chatheader
|
#chatheader
|
||||||
i#userlisttoggle.glyphicon.glyphicon-chevron-right.pull-left.pointer(title="Show/Hide Userlist")
|
i#userlisttoggle.glyphicon.glyphicon-chevron-down.pull-left.pointer(title="Show/Hide Userlist")
|
||||||
span#usercount.pointer Not Connected
|
span#usercount.pointer Not Connected
|
||||||
span#modflair.label.label-default.pull-right.pointer M
|
span#modflair.label.label-default.pull-right.pointer M
|
||||||
span#adminflair.label.label-default.pull-right.pointer A
|
span#adminflair.label.label-default.pull-right.pointer A
|
||||||
|
|
Loading…
Reference in New Issue