improvements
This commit is contained in:
parent
9111e6a6b6
commit
abfdf50d6f
3 changed files with 8 additions and 4 deletions
|
@ -59,6 +59,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.md .footnotes {
|
.md .footnotes {
|
||||||
white-space: nowrap;
|
word-break: break-all;
|
||||||
overflow: auto hidden;
|
font-size: .9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.md p sup {
|
||||||
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="disqus_thread" class="mt-2"></div>
|
<div id="disqus_thread" class="my-8"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function () {
|
(function () {
|
||||||
// Don't ever inject Disqus on localhost--it creates unwanted
|
// Don't ever inject Disqus on localhost--it creates unwanted
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="ovo_thread" class="my-6">
|
<div id="ovo_thread" class="my-8">
|
||||||
<div class="flex flex-col items-center">评论插件加载中 OvO</div>
|
<div class="flex flex-col items-center">评论插件加载中 OvO</div>
|
||||||
</div>
|
</div>
|
||||||
<link rel="stylesheet" href="//unpkg.com/@ovojs/ovo/dist/style.css">
|
<link rel="stylesheet" href="//unpkg.com/@ovojs/ovo/dist/style.css">
|
||||||
|
|
Loading…
Reference in a new issue