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.
|
# in order to have proper styling for the .nameBlock's content.
|
||||||
{nodes} = g.threads[@parentNode.dataset.fullID].OP
|
{nodes} = g.threads[@parentNode.dataset.fullID].OP
|
||||||
el = $.el 'div',
|
el = $.el 'div',
|
||||||
innerHTML: '<div class=post><div class=postInfo>'
|
innerHTML: '<div class=post><div class=postInfo></div></div>'
|
||||||
className: 'thread-info'
|
className: 'thread-info dialog'
|
||||||
hidden: true
|
hidden: true
|
||||||
$.add el.firstElementChild.firstElementChild, [
|
$.add el.firstElementChild.firstElementChild, [
|
||||||
$('.nameBlock', nodes.info).cloneNode true
|
$('.nameBlock', nodes.info).cloneNode true
|
||||||
$.tn ' '
|
$.tn ' '
|
||||||
nodes.date.cloneNode true
|
nodes.date.cloneNode true
|
||||||
]
|
]
|
||||||
$.add d.body, el
|
$.add Header.hover, el
|
||||||
UI.hover
|
UI.hover
|
||||||
root: @
|
root: @
|
||||||
el: el
|
el: el
|
||||||
|
|||||||
@ -605,7 +605,6 @@ div.center:not(.ad-cnt) {
|
|||||||
}
|
}
|
||||||
.thread-info {
|
.thread-info {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: inherit;
|
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 0 5px rgba(0, 0, 0, .25);
|
box-shadow: 0 0 5px rgba(0, 0, 0, .25);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user