Fixed CSS for the Isso vote buttons

next
Gianmarco Gargiulo 2023-07-06 00:00:18 +02:00
parent 48f99623e3
commit 8edf74f877
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,8 @@
.upvote svg, .upvote svg,
.downvote svg { .downvote svg {
position: relative; position: relative;
top: .2em; top: -.2em;
left: .1em;
} }
} }
} }