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
|
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
|
2.39.0
|
||||||
- Queue
|
- Queue
|
||||||
|
|||||||
@ -156,6 +156,10 @@ a[href="javascript:;"] {
|
|||||||
#notifications {
|
#notifications {
|
||||||
height: 0;
|
height: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.notification {
|
.notification {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Header =
|
Header =
|
||||||
init: ->
|
init: ->
|
||||||
@bar = $.el 'div'
|
@bar = $.el 'div',
|
||||||
@bar.styleText = "position: fixed; top: 0; left: 0; right: 0; height: 0;"
|
id: 'notifications'
|
||||||
@shortcuts = $.el 'span',
|
@shortcuts = $.el 'span',
|
||||||
id: 'shortcuts'
|
id: 'shortcuts'
|
||||||
$.asap (-> d.body), ->
|
$.asap (-> d.body), ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user