Skip to content

Commit 7a57d5d

Browse files
committed
fix #121
1 parent a84a3cd commit 7a57d5d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hexo-theme-indigo
22
# https://github.com/yscoder/hexo-theme-indigo
3-
version: 1.2.3
3+
version: 1.2.4
44

55
#添加新菜单项遵循以下规则
66
# menu:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-material-indigo",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Material Design theme for Hexo.",
55
"keywords": [
66
"hexo",

source/css/_partial/article.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
.post-toc-wrap {
1414
position: fixed;
1515
overflow-x: hidden;
16+
width: 20%;
1617
&.fixed {
1718
top: @headerH + 20px;
1819
bottom: 20px;
@@ -68,6 +69,7 @@
6869
padding: 3px 20px;
6970
line-height: 1.5rem;
7071
color: inherit;
72+
word-break: break-all;
7173

7274
&:hover {
7375
opacity: .8;

0 commit comments

Comments
 (0)