Fixes vote arrow position on HN

This commit is contained in:
Andrew Gioia 2022-04-25 16:54:48 -04:00
parent d0a38818b2
commit a0f6dee798
1 changed files with 2 additions and 2 deletions

View File

@ -129,13 +129,13 @@ input {
.votearrow {
position: relative;
background: none;
margin: 2px 10px 6px;
margin: 6px 10px;
}
.votearrow::after {
content: '';
position: absolute;
top: 2px;
top: 0;
left: 0;
width: 0;
height: 0;