Fix spacing between menu and upvote buttons without messing up spacing in Oneechan (menu button moved).

This commit is contained in:
ccd0 2016-03-28 19:12:23 -07:00 committed by name
parent 34ca89613d
commit f8209a7bf4

View File

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