Fix favicons in the Rice section outside threads.
Fix Opera ignoring the max-height/width of the settins dialog. I like how opera doesn't reflow when you resize the browser. Chropera when?
This commit is contained in:
parent
e103ae6535
commit
3bd71e9bfc
File diff suppressed because one or more lines are too long
@ -194,9 +194,9 @@ a[href="javascript:;"] {
|
||||
justify-content: center;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#settings {
|
||||
-moz-box-sizing: border-box;
|
||||
|
||||
@ -340,7 +340,7 @@ Settings =
|
||||
@nextElementSibling.innerHTML = funk FileInfo, data
|
||||
favicon: ->
|
||||
Favicon.switch()
|
||||
Unread.update()
|
||||
Unread.update() if g.VIEW is 'thread' and Conf['Unread Tab Icon']
|
||||
@nextElementSibling.innerHTML = "<img src=#{Favicon.unreadSFW}> <img src=#{Favicon.unreadNSFW}> <img src=#{Favicon.unreadDead}>"
|
||||
|
||||
keybinds: (section) ->
|
||||
|
||||
@ -301,7 +301,8 @@ Main =
|
||||
Main.handleErrors
|
||||
message: "\"#{name}\" initialization crashed."
|
||||
error: err
|
||||
console.timeEnd "#{name} initialization"
|
||||
finally
|
||||
console.timeEnd "#{name} initialization"
|
||||
|
||||
console.time 'All initializations'
|
||||
initFeature 'Polyfill', Polyfill
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user