Fix notifications.

This commit is contained in:
Zixaphir 2013-03-16 12:20:53 -07:00
parent e4535734fc
commit fc02990565
4 changed files with 19 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -156,6 +156,10 @@ a[href="javascript:;"] {
#notifications {
height: 0;
text-align: center;
position: fixed;
top: 0;
right: 0;
left: 0;
}
.notification {
color: #FFF;

View File

@ -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), ->