Lets use our "dialog" class for shit we don't need to fuck around with
This commit is contained in:
parent
6c4e97b388
commit
0d7f5ab78c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -211,15 +211,15 @@ Index =
|
||||
# in order to have proper styling for the .nameBlock's content.
|
||||
{nodes} = g.threads[@parentNode.dataset.fullID].OP
|
||||
el = $.el 'div',
|
||||
innerHTML: '<div class=post><div class=postInfo>'
|
||||
className: 'thread-info'
|
||||
innerHTML: '<div class=post><div class=postInfo></div></div>'
|
||||
className: 'thread-info dialog'
|
||||
hidden: true
|
||||
$.add el.firstElementChild.firstElementChild, [
|
||||
$('.nameBlock', nodes.info).cloneNode true
|
||||
$.tn ' '
|
||||
nodes.date.cloneNode true
|
||||
]
|
||||
$.add d.body, el
|
||||
$.add Header.hover, el
|
||||
UI.hover
|
||||
root: @
|
||||
el: el
|
||||
|
||||
@ -605,7 +605,6 @@ div.center:not(.ad-cnt) {
|
||||
}
|
||||
.thread-info {
|
||||
position: fixed;
|
||||
background-color: inherit;
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .25);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user