Skip to content

Commit

Permalink
fix(Version 2.2.5): 🐛 Fix mobile toc
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Jan 24, 2020
1 parent 92c93bb commit 9d1014f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ body:not(.page):not(.single) {
}

.toc {
max-width: 50vw;
width: 50vw;
bottom: 60px;
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2935,7 +2935,7 @@ body:not(.page):not(.single) #qrcode-btn {
max-width: 80%;
}
.toc {
max-width: 50vw;
width: 50vw;
bottom: 60px;
}
.widget_tocbot {
Expand Down

0 comments on commit 9d1014f

Please sign in to comment.