Move reply hiding button inside .intro on Tinyboard to reduce unwanted wrapping of .intro line.

This commit is contained in:
ccd0 2019-08-26 18:40:47 -07:00
parent 89a86af348
commit e04d6fd75d
2 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,7 @@ PostHiding =
$.replace sideArrows.firstChild, button
sideArrows.className = 'replacedSideArrows'
else
$.prepend @nodes.root, button
$.prepend @nodes.info, button
menu:
init: ->

View File

@ -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;
}