Increase click zone

This commit is contained in:
Aurelsicoko 2017-09-21 17:19:13 +02:00
parent aa1ef273fb
commit 786dd63c1e
2 changed files with 6 additions and 2 deletions

View File

@ -60,6 +60,7 @@
justify-content: flex-end;
opacity: .75;
> div {
width: 23px;
height: 100%;
color: #0E1622;
> i {
@ -68,7 +69,7 @@
}
}
> div:last-child {
margin-left: 1.3rem;
margin-left: 0;
}
}

View File

@ -99,16 +99,19 @@
justify-content: flex-end;
z-index: 9999;
opacity: .75;
> div {
width: 23px;
height: 100%;
color: #0E1622;
> i {
z-index: 0;
font-size: 1.1rem;
}
}
> div:last-child {
margin-left: 1.3rem;
margin-left: 0;
}
}