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
|
$.replace sideArrows.firstChild, button
|
||||||
sideArrows.className = 'replacedSideArrows'
|
sideArrows.className = 'replacedSideArrows'
|
||||||
else
|
else
|
||||||
$.prepend @nodes.root, button
|
$.prepend @nodes.info, button
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
@ -1506,6 +1506,10 @@ input[name="Default Volume"] {
|
|||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
$site$infoRoot a.hide-reply-button {
|
||||||
|
margin-right: 6px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
.replacedSideArrows {
|
.replacedSideArrows {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user