Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Sep 25, 2024
1 parent 8f30e28 commit e9757e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ mjx-container > svg {
}

/* https://bddxg.top/article/note/vitepress优化/一些细节上的优化.html#文档页面调整-加宽 */

/*
@media (min-width: 1440px) {
.VPSidebar {
padding-left: 20px !important;
Expand Down Expand Up @@ -239,7 +239,7 @@ mjx-container > svg {
.VPContent.has-sidebar {
padding-left: 255px !important;
}
}
} */

.VPNavBar {
padding-right: 0px !important;
Expand All @@ -260,7 +260,7 @@ mjx-container > svg {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 200px;
max-width: 300px;
}

.VPNavBar .title {
Expand Down

0 comments on commit e9757e5

Please sign in to comment.