Fix notifications.
This commit is contained in:
parent
e4535734fc
commit
fc02990565
File diff suppressed because one or more lines are too long
@ -1,4 +1,13 @@
|
||||
master
|
||||
- Zixaphir
|
||||
Removed "Mayhem"chan X v3 Header.
|
||||
Anything that was previously in the header has been moved back to it's 4chan X pre-v3 position, but with v3 "enhancements".
|
||||
Added Linkification, Embedding, and Title Link.
|
||||
Added External Catalog Links.
|
||||
Removed Updater Limitier.
|
||||
Added Thumbnail Replacement for PNG, GIF, and JP(E)Gs.
|
||||
GIF thumbnail replacement, unlike Auto-GIF, actually works in /gif/ and /wsg/.
|
||||
Various little performance and readability tweaks.
|
||||
|
||||
2.39.0
|
||||
- Queue
|
||||
|
||||
@ -156,6 +156,10 @@ a[href="javascript:;"] {
|
||||
#notifications {
|
||||
height: 0;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
.notification {
|
||||
color: #FFF;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Header =
|
||||
init: ->
|
||||
@bar = $.el 'div'
|
||||
@bar.styleText = "position: fixed; top: 0; left: 0; right: 0; height: 0;"
|
||||
@bar = $.el 'div',
|
||||
id: 'notifications'
|
||||
@shortcuts = $.el 'span',
|
||||
id: 'shortcuts'
|
||||
$.asap (-> d.body), ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user