Improve settings sidebar click area

This commit is contained in:
YuxuanFan 2026-04-28 04:47:48 -07:00
parent 81b3a58f00
commit 6afc0b7d45
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@
cursor: default;
a{
display: block;
width: 100%;
height: 100%;
color: #666;
cursor: pointer;
&:hover{
color: #333;
}