🚀 fix: valine

This commit is contained in:
shenyu 2020-05-27 20:40:52 +08:00
parent b67d410b86
commit 86cd94fc80
3 changed files with 6 additions and 5 deletions

View File

@ -12,8 +12,8 @@
app_id: '<%- theme.leancloud.app_id %>', app_id: '<%- theme.leancloud.app_id %>',
app_key: '<%- theme.leancloud.app_key %>', app_key: '<%- theme.leancloud.app_key %>',
path: window.location.pathname, path: window.location.pathname,
notify: '<%- theme.valine.notify %>', notify: <%- theme.valine.notify %>,
verify: '<%- theme.valine.verify %>', verify: <%- theme.valine.verify %>,
avatar: '<%- theme.valine.avatar %>', avatar: '<%- theme.valine.avatar %>',
placeholder: '<%- theme.valine.placeholder %>', placeholder: '<%- theme.valine.placeholder %>',
recordIP: true recordIP: true

View File

@ -1,11 +1,12 @@
.tocbot .tocbot
padding 20px
position absolute position absolute
right: -28rem right -28rem
top 14rem top 14rem
font-size 80% font-size 80%
opacity .95 opacity .95
max-width 230px max-width 255px
border-radius 8px border-radius 8px
> .toc-list > .toc-list
position relative position relative

File diff suppressed because one or more lines are too long