From a50eb04cccbdedb85c3540564c3e67ac57316f48 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 20 Jun 2015 13:06:53 -0700 Subject: [PATCH] Fix menu button wrapping to next line when a post has only hidden backlinks. --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 9d5e39e9c..2cc96bbfb 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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 {