fix: expand settings nav click area #826

Open
dtwdtw wants to merge 1 commits from dtwdtw/forgeplus-react:fix/issue-1-settings-nav-hit-area into master
1 changed files with 5 additions and 1 deletions

View File

@ -48,6 +48,10 @@
a{
color: #666;
display: flex;
align-items: center;
height: 100%;
width: 100%;
&:hover{
color: #333;
}
@ -193,4 +197,4 @@
}
.blue-Purple{
color: #466AFF !important;
}
}