forked from Gitlink/forgeplus-react
fix: expand settings nav click area
This commit is contained in:
parent
81b3a58f00
commit
ff41438418
|
|
@ -48,6 +48,10 @@
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: #666;
|
color: #666;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
&:hover{
|
&:hover{
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
@ -193,4 +197,4 @@
|
||||||
}
|
}
|
||||||
.blue-Purple{
|
.blue-Purple{
|
||||||
color: #466AFF !important;
|
color: #466AFF !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue