Fix menu button wrapping to next line when a post has only hidden backlinks.

This commit is contained in:
ccd0 2015-06-20 13:06:53 -07:00
parent 213301cb68
commit a50eb04ccc

View File

@ -1504,7 +1504,7 @@ a:only-of-type > .remove {
height: 15px;
text-align: center;
}
.menu-button + .container:not(:empty) {
.menu-button + .container :first-child {
margin-left: -5px;
}
#menu {