mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Increase click zone
This commit is contained in:
parent
aa1ef273fb
commit
786dd63c1e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user