Move reply hiding button inside .intro on Tinyboard to reduce unwanted wrapping of .intro line.
This commit is contained in:
parent
89a86af348
commit
e04d6fd75d
@ -31,7 +31,7 @@ PostHiding =
|
||||
$.replace sideArrows.firstChild, button
|
||||
sideArrows.className = 'replacedSideArrows'
|
||||
else
|
||||
$.prepend @nodes.root, button
|
||||
$.prepend @nodes.info, button
|
||||
|
||||
menu:
|
||||
init: ->
|
||||
|
||||
@ -1506,6 +1506,10 @@ input[name="Default Volume"] {
|
||||
margin-right: 4px;
|
||||
padding: 2px;
|
||||
}
|
||||
$site$infoRoot a.hide-reply-button {
|
||||
margin-right: 6px;
|
||||
padding: 0;
|
||||
}
|
||||
.replacedSideArrows {
|
||||
float: left;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user