mirror of https://github.com/Meekdai/Gmeek.git
Update post.html
This commit is contained in:
parent
fbeb1de3e4
commit
bba7d401ae
|
|
@ -24,7 +24,6 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
#postBody hr{height:2px;}
|
#postBody hr{height:2px;}
|
||||||
|
|
||||||
|
|
@ -42,7 +41,7 @@
|
||||||
#button.btn.circle {
|
#button.btn.circle {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 14px 16px;
|
padding: 0;
|
||||||
background: none;
|
background: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -93,7 +92,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a id="copyLinkBtn" class="btn btn-invisible circle" title="copy link">
|
<a id="copyLinkBtn" class="btn btn-invisible circle" title="copy link">
|
||||||
<svg class="octicon" width="16" height="16" fill="currentColor">
|
<svg class="octicon" width="16" height="16" fill="currentColor" >
|
||||||
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
|
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue