Fixes vote arrow position on HN
This commit is contained in:
parent
d0a38818b2
commit
a0f6dee798
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user