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 {
|
||||
cursor: move;
|
||||
}
|
||||
label {
|
||||
label, .favicon {
|
||||
cursor: pointer;
|
||||
}
|
||||
a[href="javascript:;"] {
|
||||
|
||||
@ -58,8 +58,8 @@ Config =
|
||||
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.']
|
||||
'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.']
|
||||
imageExpansion:
|
||||
'Fit width': [true, null]
|
||||
'Fit height': [false, null]
|
||||
'Fit width': [true, '']
|
||||
'Fit height': [false, '']
|
||||
'Expand spoilers': [true, 'Expand all images along with spoilers.']
|
||||
'Expand from here': [true, 'Expand all images only from current position to thread end.']
|
||||
filter:
|
||||
|
||||
@ -32,7 +32,7 @@ Header =
|
||||
|
||||
toggleBar = $.el 'div',
|
||||
id: 'toggle-header-bar'
|
||||
title: 'Toggle the header bar position.'
|
||||
title: 'Toggle the header auto-hiding.'
|
||||
$.on toggleBar, 'click', @toggleBar
|
||||
|
||||
$.prepend headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user