Commit 8350371 1 parent 3c32755 commit 8350371 Copy full SHA for 8350371
File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 33
33
.post-toc .nav-item {
34
34
overflow : hidden ;
35
35
text-overflow : ellipsis ;
36
+ text-align : justify ;
36
37
white-space : nowrap if ! hexo-config ('toc.wrap' );
37
38
line-height : 1.8 ;
38
39
}
Original file line number Diff line number Diff line change @@ -323,7 +323,6 @@ $(document).ready(function () {
323
323
if ( $ ( '.sidebar-panel' ) . height ( ) > ( document . body . clientHeight - NexT . utils . getSidebarSchemePadding ( ) ) ) {
324
324
$ ( '.site-overview' ) . css ( 'width' , 'calc(100% + ' + scrollbarWidth + 'px)' ) ;
325
325
}
326
- $ ( '.post-toc' ) . css ( 'width' , 'calc(100% + ' + scrollbarWidth + 'px)' ) ;
327
326
328
327
// Initialize Sidebar & TOC Height.
329
328
updateSidebarHeight ( document . body . clientHeight - NexT . utils . getSidebarSchemePadding ( ) ) ;
You can’t perform that action at this time.
0 commit comments