From f8209a7bf42a899f8f465222a02099059b4d4e48 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 28 Mar 2016 19:12:23 -0700 Subject: [PATCH] Fix spacing between menu and upvote buttons without messing up spacing in Oneechan (menu button moved). --- src/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index d89fdd9df..a4afebec7 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -2089,3 +2089,6 @@ grunt.file.expand('src/Linkification/icons/*.png').map(function(file) { .upvote { margin: 0 4px; } +.post .menu-button:not(:last-of-type) { + margin-right: -4px; +}