Few changes following @saxamaphone69's feedback. #932
This commit is contained in:
parent
7aacc95f20
commit
53d4f5d71d
File diff suppressed because one or more lines are too long
@ -30,7 +30,7 @@
|
|||||||
.move {
|
.move {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
label {
|
label, .favicon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
a[href="javascript:;"] {
|
a[href="javascript:;"] {
|
||||||
|
|||||||
@ -58,8 +58,8 @@ Config =
|
|||||||
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.']
|
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.']
|
||||||
'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.']
|
'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.']
|
||||||
imageExpansion:
|
imageExpansion:
|
||||||
'Fit width': [true, null]
|
'Fit width': [true, '']
|
||||||
'Fit height': [false, null]
|
'Fit height': [false, '']
|
||||||
'Expand spoilers': [true, 'Expand all images along with spoilers.']
|
'Expand spoilers': [true, 'Expand all images along with spoilers.']
|
||||||
'Expand from here': [true, 'Expand all images only from current position to thread end.']
|
'Expand from here': [true, 'Expand all images only from current position to thread end.']
|
||||||
filter:
|
filter:
|
||||||
|
|||||||
@ -32,7 +32,7 @@ Header =
|
|||||||
|
|
||||||
toggleBar = $.el 'div',
|
toggleBar = $.el 'div',
|
||||||
id: 'toggle-header-bar'
|
id: 'toggle-header-bar'
|
||||||
title: 'Toggle the header bar position.'
|
title: 'Toggle the header auto-hiding.'
|
||||||
$.on toggleBar, 'click', @toggleBar
|
$.on toggleBar, 'click', @toggleBar
|
||||||
|
|
||||||
$.prepend headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]
|
$.prepend headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user