Wrap chat input in fake form to appease chrome's heuristics (#807)

This commit is contained in:
Calvin Montgomery 2020-07-03 11:55:17 -07:00
parent 248c200a74
commit 4598a6a58c
1 changed files with 5 additions and 4 deletions

View File

@ -45,10 +45,11 @@ html(lang="en")
span#modflair.label.label-default.pull-right.pointer Name Color
#userlist
#messagebuffer.linewrap
input#chatline.form-control(type="text", maxlength="320", style="display: none")
#guestlogin.input-group
span.input-group-addon Guest login
input#guestname.form-control(type="text", placeholder="Name")
form(action="javascript:void(0)")
input#chatline.form-control(type="text", maxlength="320", style="display: none")
#guestlogin.input-group
span.input-group-addon Guest login
input#guestname.form-control(type="text", placeholder="Name")
#videowrap.col-lg-7.col-md-7
p#videowrap-header
span#resize-video-smaller.glyphicon.glyphicon-minus.pointer(title="Make the video smaller")