Fix empty space on left side of floating thread update timer when thread first loaded.

This commit is contained in:
ccd0 2016-11-26 18:43:05 -08:00
parent e39560da01
commit a55683b352

View File

@ -15,7 +15,7 @@ ThreadUpdater =
Header.addShortcut 'updater', sc, 100 Header.addShortcut 'updater', sc, 100
else else
@dialog = sc = UI.dialog 'updater', @dialog = sc = UI.dialog 'updater',
<%= html('<div class="move"></div><span id="update-status"></span><span id="update-timer" title="Update now"></span>') %> <%= html('<div class="move"></div><span id="update-status" class="empty"></span><span id="update-timer" class="empty" title="Update now"></span>') %>
$.addClass doc, 'float' $.addClass doc, 'float'
$.ready -> $.ready ->
$.add d.body, sc $.add d.body, sc