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

View File

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