Merge pull request #379 from answerdev/feat/1.1.0/ui

fix: change sidenav max width
This commit is contained in:
dashuai
2023-05-30 18:02:32 +08:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
margin-bottom: 8px;
}
.nav {
max-width: 172px;
max-width: calc(100% - 24px);
}
.nav-link {
color: rgba(0, 0, 0, 0.65);