i18n
xaoxuu 5 years ago
parent 6b59c7bf8f
commit d46d5bc2e1
  1. 4
      _config.yml
  2. 5381
      source/js/volantis.js
  3. 15
      source/less/_main.less

@ -4,11 +4,11 @@ info:
docs: https://xaoxuu.com/wiki/material-x/
cdn: # 把对应的那一行注释掉就使用本地的文件
css:
style: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.9.9/css/style.css
style: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.10.22/css/style.css
js:
app: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.9/js/app.js
search: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.9/js/search.js
volantis: https://cdn.jsdelivr.net/gh/xaoxuu/volantis@1.0.5/js/volantis.min.js
volantis: https://cdn.jsdelivr.net/gh/xaoxuu/volantis@1.0.6/js/volantis.min.js

File diff suppressed because one or more lines are too long

@ -42,9 +42,6 @@
#valine_container{
p{
line-height: @lineheight_base;
img {
max-height: 28px;
}
}
img {
display: inline;
@ -187,17 +184,17 @@
height: 36px;
padding: 0;
margin: 8px 8px 0 8px;
.emoji{
height: 24px;
margin-top: 6px;
background: transparent;
#emoji{
height: 24px;
margin-top: 6px;
background: transparent;
}
}
}
p{
.emoji{
#emoji{
display: inline;
height: 28px;
max-height: 28px;
background: transparent;
}
}

Loading…
Cancel
Save