fix: change sidenav max width

This commit is contained in:
shuai 2023-05-30 18:01:22 +08:00
parent 7c1d4af7c9
commit 58ff1215f1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
margin-bottom: 8px; margin-bottom: 8px;
} }
.nav { .nav {
max-width: 172px; max-width: calc(100% - 24px);
} }
.nav-link { .nav-link {
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);