Move QR to same default height as thread watcher.

This commit is contained in:
ccd0 2014-10-12 12:10:03 -07:00
parent 1e02d6d474
commit 07e751be3f

View File

@ -414,7 +414,7 @@ QR =
dialog: ->
QR.nodes = nodes =
el: dialog = UI.dialog 'qr', 'top:0;right:0;', <%= importHTML('Features/QuickReply') %>
el: dialog = UI.dialog 'qr', 'top: 50px; right: 0px;', <%= importHTML('Features/QuickReply') %>
setNode = (name, query) ->
nodes[name] = $ query, dialog