Fix spacing between menu and upvote buttons without messing up spacing in Oneechan (menu button moved).
This commit is contained in:
parent
34ca89613d
commit
f8209a7bf4
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user