Fix "Updater and Thread Stats in Header" option.
This commit is contained in:
parent
e52979eb82
commit
fd54b161f5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -318,7 +318,11 @@ else "
|
||||
width: 7px;
|
||||
#{Style.sizing}: border-box;
|
||||
}
|
||||
/* Updater */
|
||||
/* Updater / Thread Stats */
|
||||
.float #thread-stats,
|
||||
.float #updater {
|
||||
position: fixed;
|
||||
}
|
||||
#update-status.new::after {
|
||||
content: ', ';
|
||||
}
|
||||
|
||||
@ -195,6 +195,7 @@ textarea.field:focus {
|
||||
#themeConf,
|
||||
#watcher,
|
||||
#watcher:hover,
|
||||
.dialog,
|
||||
.submenu,
|
||||
a[style="cursor: pointer; float: right;"] ~ div[style^="width: 100%;"] > table {
|
||||
background: #{theme["Dialog Background"]};
|
||||
|
||||
@ -12,7 +12,7 @@ ThreadUpdater =
|
||||
Header.addShortcut sc
|
||||
else
|
||||
@dialog = sc = UI.dialog 'updater', 'bottom: 0px; left: 0px;',
|
||||
"<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>"
|
||||
"<div class=move><span id=update-status></span><span id=update-timer title='Update now'></span></div>"
|
||||
$.addClass doc, 'float'
|
||||
$.ready =>
|
||||
$.addClass doc, 'float'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user