見にくいので透過しない
This commit is contained in:
parent
7c969cdb64
commit
07fd2de204
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div style="margin:4px 0 0 8px;color:#aaaa;font-size:0.85em">Share</div>
|
<div style="margin:4px 0 0 8px;color:#aaa;font-size:0.85em">Share</div>
|
||||||
<div id="share">
|
<div id="share">
|
||||||
<button class="link item js" type="button" on:click={copylink} aria-label="urlをコピー" title="copy url">
|
<button class="link item js" type="button" on:click={copylink} aria-label="urlをコピー" title="copy url">
|
||||||
{#if copyed}
|
{#if copyed}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<div style="margin:4px 0 0 8px;color:#aaaa;font-size:0.85em;">目次</div>
|
<div style="margin:4px 0 0 8px;color:#aaa;font-size:0.85em;">目次</div>
|
||||||
<ul>
|
<ul>
|
||||||
{#each toclist as toc}
|
{#each toclist as toc}
|
||||||
{#if toc.depth < 4}
|
{#if toc.depth < 4}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue