Fixes vote arrow position on HN
This commit is contained in:
parent
d0a38818b2
commit
a0f6dee798
@ -129,13 +129,13 @@ input {
|
|||||||
.votearrow {
|
.votearrow {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 2px 10px 6px;
|
margin: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.votearrow::after {
|
.votearrow::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user