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;
|
||||
opacity: .75;
|
||||
> div {
|
||||
width: 23px;
|
||||
height: 100%;
|
||||
color: #0E1622;
|
||||
> i {
|
||||
@ -68,7 +69,7 @@
|
||||
}
|
||||
}
|
||||
> div:last-child {
|
||||
margin-left: 1.3rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user