Fix empty space on left side of floating thread update timer when thread first loaded.
This commit is contained in:
parent
e39560da01
commit
a55683b352
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user